Html Css Color HEX #D66CBA Orchid

📋 copy color: '#D66CBA'

red 214 ◦ green 108 ◦ blue 186

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

Shades of Orchid #D66CBA

Tints of Orchid #D66CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 42.13%
G = 21.26%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D66CBA (or 0xD66CBA) is known color: Orchid. HEX triplet: D6, 6C and BA. RGB value is (214,108,186). Sum of RGB (Red+Green+Blue) = 214+108+186=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CBA is #299345. Grayscale: #949494. Windows color (decimal): -2724678 or 12217558. OLE color: 12217558.

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

Color convert

RGB 214 108 186 -
CMYK 0 0.50 0.13 0.16
HSL 315.85º 0.56% 0.63% -
HSV(B) 315.85º 0.5% 0.84% -
XYZ 41.96 28.57 49.76 -
YUV 148.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 214 108 186 0 0.50 0.13 0.16 315.85 0.56 0.63
Hex D6 6C BA 0 32 D 10 13C 38 3F
Octal 326 154 272 0 62 15 20 474 70 77
Binary 11010110 1101100 10111010 0 110010 1101 10000 100111100 111000 111111

Color Harmonies of #D66CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CBA

Black with #D66CBA

Text Example


Text Example

White with #D66CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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