Html Css Color HEX #D66EBC Orchid

📋 copy color: '#D66EBC'

red 214 ◦ green 110 ◦ blue 188

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

Shades of Orchid #D66EBC

Tints of Orchid #D66EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.48%

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

R = 41.8%
G = 21.48%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D66EBC (or 0xD66EBC) is known color: Orchid. HEX triplet: D6, 6E and BC. RGB value is (214,110,188). Sum of RGB (Red+Green+Blue) = 214+110+188=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EBC is #299143. Grayscale: #959595. Windows color (decimal): -2724164 or 12349142. OLE color: 12349142.

HSL color Cylindrical-coordinate representation of color #D66EBC: hue angle of 315º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66EBC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 188 -
CMYK 0 0.49 0.12 0.16
HSL 315º 0.56% 0.64% -
HSV(B) 315º 0.49% 0.84% -
XYZ 42.38 29.08 50.96 -
YUV 149.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 214 110 188 0 0.49 0.12 0.16 315 0.56 0.64
Hex D6 6E BC 0 31 C 10 13B 38 40
Octal 326 156 274 0 61 14 20 473 70 100
Binary 11010110 1101110 10111100 0 110001 1100 10000 100111011 111000 1000000

Color Harmonies of #D66EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EBC

Black with #D66EBC

Text Example


Text Example

White with #D66EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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