Html Css Color HEX #D66CBE Orchid

📋 copy color: '#D66CBE'

red 214 ◦ green 108 ◦ blue 190

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

Shades of Orchid #D66CBE

Tints of Orchid #D66CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 41.8%
G = 21.09%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D66CBE (or 0xD66CBE) is known color: Orchid. HEX triplet: D6, 6C and BE. RGB value is (214,108,190). Sum of RGB (Red+Green+Blue) = 214+108+190=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CBE is #299341. Grayscale: #949494. Windows color (decimal): -2724674 or 12479702. OLE color: 12479702.

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

Color convert

RGB 214 108 190 -
CMYK 0 0.50 0.11 0.16
HSL 313.58º 0.56% 0.63% -
HSV(B) 313.58º 0.5% 0.84% -
XYZ 42.39 28.74 52.03 -
YUV 149.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 214 108 190 0 0.50 0.11 0.16 313.58 0.56 0.63
Hex D6 6C BE 0 32 B 10 13A 38 3F
Octal 326 154 276 0 62 13 20 472 70 77
Binary 11010110 1101100 10111110 0 110010 1011 10000 100111010 111000 111111

Color Harmonies of #D66CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CBE

Black with #D66CBE

Text Example


Text Example

White with #D66CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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