Html Css Color HEX #D66CBF Orchid

📋 copy color: '#D66CBF'

red 214 ◦ green 108 ◦ blue 191

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

Shades of Orchid #D66CBF

Tints of Orchid #D66CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.23%

R = 41.72%
G = 21.05%
B = 37.23%

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

#D66CBF (or 0xD66CBF) is known color: Orchid. HEX triplet: D6, 6C and BF. RGB value is (214,108,191). Sum of RGB (Red+Green+Blue) = 214+108+191=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CBF is #299340. Grayscale: #949494. Windows color (decimal): -2724673 or 12545238. OLE color: 12545238.

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

Color convert

RGB 214 108 191 -
CMYK 0 0.50 0.11 0.16
HSL 313.02º 0.56% 0.63% -
HSV(B) 313.02º 0.5% 0.84% -
XYZ 42.5 28.78 52.61 -
YUV 149.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 214 108 191 0 0.50 0.11 0.16 313.02 0.56 0.63
Hex D6 6C BF 0 32 B 10 139 38 3F
Octal 326 154 277 0 62 13 20 471 70 77
Binary 11010110 1101100 10111111 0 110010 1011 10000 100111001 111000 111111

Color Harmonies of #D66CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CBF

Black with #D66CBF

Text Example


Text Example

White with #D66CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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