Html Css Color HEX #D66ACB Orchid

📋 copy color: '#D66ACB'

red 214 ◦ green 106 ◦ blue 203

#D66ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D66ACB

Tints of Orchid #D66ACB

RGB

 RED value IS 214 (83.98% from 255) = 40.92%

 GREEN value IS 106 (41.8% from 255) = 20.27%

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 40.92%
G = 20.27%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D66ACB (or 0xD66ACB) is known color: Orchid. HEX triplet: D6, 6A and CB. RGB value is (214,106,203). Sum of RGB (Red+Green+Blue) = 214+106+203=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ACB is #299534. Grayscale: #959595. Windows color (decimal): -2725173 or 13331158. OLE color: 13331158.

HSL color Cylindrical-coordinate representation of color #D66ACB: hue angle of 306.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66ACB is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 203 -
CMYK 0 0.50 0.05 0.16
HSL 306.11º 0.57% 0.63% -
HSV(B) 306.11º 0.5% 0.84% -
XYZ 43.67 28.92 59.78 -
YUV 149.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 214 106 203 0 0.50 0.05 0.16 306.11 0.57 0.63
Hex D6 6A CB 0 32 5 10 132 39 3F
Octal 326 152 313 0 62 5 20 462 71 77
Binary 11010110 1101010 11001011 0 110010 101 10000 100110010 111001 111111

Color Harmonies of #D66ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ACB

Black with #D66ACB

Text Example


Text Example

White with #D66ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ACB; }

 p { color: rgb(214,106,203); }

 H1.HeaderClassName
 {
   color: #D66ACB;
 }
 .AnyTagClassName
 {
   color: #D66ACB;
 }
</style>

background-color css

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

 a { background-color: rgb(214,106,203); }

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

border-color css

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

 span { border-color: rgb(214,106,203); }

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