Html Css Color HEX #D66EC5 Orchid

📋 copy color: '#D66EC5'

red 214 ◦ green 110 ◦ blue 197

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

Shades of Orchid #D66EC5

Tints of Orchid #D66EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 41.07%
G = 21.11%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D66EC5 (or 0xD66EC5) is known color: Orchid. HEX triplet: D6, 6E and C5. RGB value is (214,110,197). Sum of RGB (Red+Green+Blue) = 214+110+197=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EC5 is #29913A. Grayscale: #969696. Windows color (decimal): -2724155 or 12938966. OLE color: 12938966.

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

Color convert

RGB 214 110 197 -
CMYK 0 0.49 0.08 0.16
HSL 309.81º 0.56% 0.64% -
HSV(B) 309.81º 0.49% 0.84% -
XYZ 43.39 29.48 56.23 -
YUV 151.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 214 110 197 0 0.49 0.08 0.16 309.81 0.56 0.64
Hex D6 6E C5 0 31 8 10 136 38 40
Octal 326 156 305 0 61 10 20 466 70 100
Binary 11010110 1101110 11000101 0 110001 1000 10000 100110110 111000 1000000

Color Harmonies of #D66EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EC5

Black with #D66EC5

Text Example


Text Example

White with #D66EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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