#D670CA

Color #D670CA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D670CA

Tints of Orchid #D670CA

Color information

#D670CA (or 0xD670CA) is unknown color: approx Orchid. HEX triplet: D6, 70 and CA. RGB value is (214,112,202). Sum of RGB (Red+Green+Blue) = 214+112+202=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D670CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670CA is #298F35. Grayscale: #989898. Windows color (decimal): -2723638 or 13267158. OLE color: 13267158.

HSL color Cylindrical-coordinate representation of color #D670CA: hue angle of 307.06º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D670CA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214112202-
CMYK00.480.060.16
HSL307.06º55.43%63.92%-
HSV(B)307.06º47.66%83.92%-
XYZ44.1930.1559.37-
YUV152.76155.79171.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=40.53%
G=21.21%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411220200.480.060.16307.0655.4363.92
HexD670CA0306101333740
Octal32616031206062046367100
Binary110101101110000110010100110000110100001001100111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D670CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D670CA; }

 p { color: rgb(214,112,202); }

 H1.HeaderClassName
 {
   color: #D670CA;
 }
 .AnyTagClassName
 {
   color: #D670CA;
 }
</style>
background-color css

<style>
 a { background-color: #D670CA; }

 a { background-color: rgb(214,112,202); }

 div.DivClassName
 {
   background-color: #D670CA;
 }
 .BgClassName
 {
   background-color: #D670CA;
 }
</style>
border-color css

<style>
 span { border-color: #D670CA; }

 span { border-color: rgb(214,112,202); }

 td.TdClassName
 {
   border-color: #D670CA;
 }
 .TagClassName
 {
   border-color: #D670CA;
 }
</style>