Html Css Color HEX #D66CBC Orchid

📋 copy color: '#D66CBC'

red 214 ◦ green 108 ◦ blue 188

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

Shades of Orchid #D66CBC

Tints of Orchid #D66CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 41.96%
G = 21.18%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D66CBC (or 0xD66CBC) is known color: Orchid. HEX triplet: D6, 6C and BC. RGB value is (214,108,188). Sum of RGB (Red+Green+Blue) = 214+108+188=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CBC is #299343. Grayscale: #949494. Windows color (decimal): -2724676 or 12348630. OLE color: 12348630.

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

Color convert

RGB 214 108 188 -
CMYK 0 0.50 0.12 0.16
HSL 314.72º 0.56% 0.63% -
HSV(B) 314.72º 0.5% 0.84% -
XYZ 42.17 28.65 50.88 -
YUV 148.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 214 108 188 0 0.50 0.12 0.16 314.72 0.56 0.63
Hex D6 6C BC 0 32 C 10 13B 38 3F
Octal 326 154 274 0 62 14 20 473 70 77
Binary 11010110 1101100 10111100 0 110010 1100 10000 100111011 111000 111111

Color Harmonies of #D66CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CBC

Black with #D66CBC

Text Example


Text Example

White with #D66CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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