Html Css Color HEX #D66EC6 Orchid

📋 copy color: '#D66EC6'

red 214 ◦ green 110 ◦ blue 198

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

Shades of Orchid #D66EC6

Tints of Orchid #D66EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 41%
G = 21.07%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D66EC6 (or 0xD66EC6) is known color: Orchid. HEX triplet: D6, 6E and C6. RGB value is (214,110,198). Sum of RGB (Red+Green+Blue) = 214+110+198=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EC6 is #299139. Grayscale: #969696. Windows color (decimal): -2724154 or 13004502. OLE color: 13004502.

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

Color convert

RGB 214 110 198 -
CMYK 0 0.49 0.07 0.16
HSL 309.23º 0.56% 0.64% -
HSV(B) 309.23º 0.49% 0.84% -
XYZ 43.5 29.53 56.83 -
YUV 151.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 214 110 198 0 0.49 0.07 0.16 309.23 0.56 0.64
Hex D6 6E C6 0 31 7 10 135 38 40
Octal 326 156 306 0 61 7 20 465 70 100
Binary 11010110 1101110 11000110 0 110001 111 10000 100110101 111000 1000000

Color Harmonies of #D66EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EC6

Black with #D66EC6

Text Example


Text Example

White with #D66EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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