Html Css Color HEX #D06CDD Orchid

📋 copy color: '#D06CDD'

red 208 ◦ green 108 ◦ blue 221

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

Shades of Orchid #D06CDD

Tints of Orchid #D06CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 38.73%
G = 20.11%
B = 41.15%

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

#D06CDD (or 0xD06CDD) is known color: Orchid. HEX triplet: D0, 6C and DD. RGB value is (208,108,221). Sum of RGB (Red+Green+Blue) = 208+108+221=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #D06CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CDD is #2F9322. Grayscale: #969696. Windows color (decimal): -3117859 or 14511312. OLE color: 14511312.

HSL color Cylindrical-coordinate representation of color #D06CDD: hue angle of 293.1º degrees, saturation: 0.62, 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 #D06CDD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 108 221 -
CMYK 0.06 0.51 0 0.13
HSL 293.1º 0.62% 0.65% -
HSV(B) 293.1º 0.51% 0.87% -
XYZ 44.43 29.36 71.73 -
YUV 150.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 208 108 221 0.06 0.51 0 0.13 293.1 0.62 0.65
Hex D0 6C DD 6 33 0 D 125 3E 41
Octal 320 154 335 6 63 0 15 445 76 101
Binary 11010000 1101100 11011101 110 110011 0 1101 100100101 111110 1000001

Color Harmonies of #D06CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CDD

Black with #D06CDD

Text Example


Text Example

White with #D06CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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