Html Css Color HEX #D06CDE Orchid

📋 copy color: '#D06CDE'

red 208 ◦ green 108 ◦ blue 222

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

Shades of Orchid #D06CDE

Tints of Orchid #D06CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.07%

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 38.66%
G = 20.07%
B = 41.26%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D06CDE (or 0xD06CDE) is known color: Orchid. HEX triplet: D0, 6C and DE. RGB value is (208,108,222). Sum of RGB (Red+Green+Blue) = 208+108+222=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #D06CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CDE is #2F9321. Grayscale: #969696. Windows color (decimal): -3117858 or 14576848. OLE color: 14576848.

HSL color Cylindrical-coordinate representation of color #D06CDE: hue angle of 292.63º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06CDE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 108 222 -
CMYK 0.06 0.51 0 0.13
HSL 292.63º 0.63% 0.65% -
HSV(B) 292.63º 0.51% 0.87% -
XYZ 44.56 29.41 72.44 -
YUV 150.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 208 108 222 0.06 0.51 0 0.13 292.63 0.63 0.65
Hex D0 6C DE 6 33 0 D 125 3F 41
Octal 320 154 336 6 63 0 15 445 77 101
Binary 11010000 1101100 11011110 110 110011 0 1101 100100101 111111 1000001

Color Harmonies of #D06CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CDE

Black with #D06CDE

Text Example


Text Example

White with #D06CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CDE; }

 p { color: rgb(208,108,222); }

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

background-color css

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

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

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

border-color css

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

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

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