Html Css Color HEX #D66FCB Orchid

📋 copy color: '#D66FCB'

red 214 ◦ green 111 ◦ blue 203

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

Shades of Orchid #D66FCB

Tints of Orchid #D66FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

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

R = 40.53%
G = 21.02%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D66FCB (or 0xD66FCB) is known color: Orchid. HEX triplet: D6, 6F and CB. RGB value is (214,111,203). Sum of RGB (Red+Green+Blue) = 214+111+203=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FCB is #299034. Grayscale: #989898. Windows color (decimal): -2723893 or 13332438. OLE color: 13332438.

HSL color Cylindrical-coordinate representation of color #D66FCB: hue angle of 306.41º degrees, saturation: 0.56, 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 #D66FCB is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 203 -
CMYK 0 0.48 0.05 0.16
HSL 306.41º 0.56% 0.64% -
HSV(B) 306.41º 0.48% 0.84% -
XYZ 44.2 29.98 59.96 -
YUV 152.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 214 111 203 0 0.48 0.05 0.16 306.41 0.56 0.64
Hex D6 6F CB 0 30 5 10 132 38 40
Octal 326 157 313 0 60 5 20 462 70 100
Binary 11010110 1101111 11001011 0 110000 101 10000 100110010 111000 1000000

Color Harmonies of #D66FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FCB

Black with #D66FCB

Text Example


Text Example

White with #D66FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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