Html Css Color HEX #D06ED0 Orchid

📋 copy color: '#D06ED0'

red 208 ◦ green 110 ◦ blue 208

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

Shades of Orchid #D06ED0

Tints of Orchid #D06ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 39.54%
G = 20.91%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D06ED0 (or 0xD06ED0) is known color: Orchid. HEX triplet: D0, 6E and D0. RGB value is (208,110,208). Sum of RGB (Red+Green+Blue) = 208+110+208=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D06ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ED0 is #2F912F. Grayscale: #969696. Windows color (decimal): -3117360 or 13659856. OLE color: 13659856.

HSL color Cylindrical-coordinate representation of color #D06ED0: hue angle of 300º 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 #D06ED0 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 208 -
CMYK 0 0.47 0 0.18
HSL 300º 0.51% 0.62% -
HSV(B) 300º 0.47% 0.82% -
XYZ 42.97 29.12 63.03 -
YUV 150.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 208 110 208 0 0.47 0 0.18 300 0.51 0.62
Hex D0 6E D0 0 2F 0 12 12C 33 3E
Octal 320 156 320 0 57 0 22 454 63 76
Binary 11010000 1101110 11010000 0 101111 0 10010 100101100 110011 111110

Color Harmonies of #D06ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ED0

Black with #D06ED0

Text Example


Text Example

White with #D06ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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