Html Css Color HEX #D06EC1 Orchid

📋 copy color: '#D06EC1'

red 208 ◦ green 110 ◦ blue 193

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

Shades of Orchid #D06EC1

Tints of Orchid #D06EC1

RGB

 RED value IS 208 (81.64% from 255) = 40.7%

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

 BLUE value IS 193 (75.78% from 255) = 37.77%

R = 40.7%
G = 21.53%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D06EC1 (or 0xD06EC1) is known color: Orchid. HEX triplet: D0, 6E and C1. RGB value is (208,110,193). Sum of RGB (Red+Green+Blue) = 208+110+193=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EC1 is #2F913E. Grayscale: #949494. Windows color (decimal): -3117375 or 12676816. OLE color: 12676816.

HSL color Cylindrical-coordinate representation of color #D06EC1: hue angle of 309.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06EC1 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 193 -
CMYK 0 0.47 0.07 0.18
HSL 309.18º 0.51% 0.62% -
HSV(B) 309.18º 0.47% 0.82% -
XYZ 41.21 28.41 53.76 -
YUV 148.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 208 110 193 0 0.47 0.07 0.18 309.18 0.51 0.62
Hex D0 6E C1 0 2F 7 12 135 33 3E
Octal 320 156 301 0 57 7 22 465 63 76
Binary 11010000 1101110 11000001 0 101111 111 10010 100110101 110011 111110

Color Harmonies of #D06EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EC1

Black with #D06EC1

Text Example


Text Example

White with #D06EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EC1; }

 p { color: rgb(208,110,193); }

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

background-color css

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

 a { background-color: rgb(208,110,193); }

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

border-color css

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

 span { border-color: rgb(208,110,193); }

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