Html Css Color HEX #D66CB7 Orchid

📋 copy color: '#D66CB7'

red 214 ◦ green 108 ◦ blue 183

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

Shades of Orchid #D66CB7

Tints of Orchid #D66CB7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.39%

 BLUE value IS 183 (71.88% from 255) = 36.24%

R = 42.38%
G = 21.39%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D66CB7 (or 0xD66CB7) is known color: Orchid. HEX triplet: D6, 6C and B7. RGB value is (214,108,183). Sum of RGB (Red+Green+Blue) = 214+108+183=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CB7 is #299348. Grayscale: #949494. Windows color (decimal): -2724681 or 12020950. OLE color: 12020950.

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

Color convert

RGB 214 108 183 -
CMYK 0 0.50 0.14 0.16
HSL 317.55º 0.56% 0.63% -
HSV(B) 317.55º 0.5% 0.84% -
XYZ 41.64 28.44 48.09 -
YUV 148.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 214 108 183 0 0.50 0.14 0.16 317.55 0.56 0.63
Hex D6 6C B7 0 32 E 10 13E 38 3F
Octal 326 154 267 0 62 16 20 476 70 77
Binary 11010110 1101100 10110111 0 110010 1110 10000 100111110 111000 111111

Color Harmonies of #D66CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CB7

Black with #D66CB7

Text Example


Text Example

White with #D66CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CB7; }

 p { color: rgb(214,108,183); }

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

background-color css

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

 a { background-color: rgb(214,108,183); }

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

border-color css

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

 span { border-color: rgb(214,108,183); }

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