Html Css Color HEX #D06FDD Orchid

📋 copy color: '#D06FDD'

red 208 ◦ green 111 ◦ blue 221

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

Shades of Orchid #D06FDD

Tints of Orchid #D06FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.56%

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

R = 38.52%
G = 20.56%
B = 40.93%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D06FDD (or 0xD06FDD) is known color: Orchid. HEX triplet: D0, 6F and DD. RGB value is (208,111,221). Sum of RGB (Red+Green+Blue) = 208+111+221=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #D06FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FDD is #2F9022. Grayscale: #989898. Windows color (decimal): -3117091 or 14512080. OLE color: 14512080.

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

Color convert

RGB 208 111 221 -
CMYK 0.06 0.50 0 0.13
HSL 292.91º 0.62% 0.65% -
HSV(B) 292.91º 0.5% 0.87% -
XYZ 44.75 30 71.84 -
YUV 152.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 208 111 221 0.06 0.50 0 0.13 292.91 0.62 0.65
Hex D0 6F DD 6 32 0 D 125 3E 41
Octal 320 157 335 6 62 0 15 445 76 101
Binary 11010000 1101111 11011101 110 110010 0 1101 100100101 111110 1000001

Color Harmonies of #D06FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FDD

Black with #D06FDD

Text Example


Text Example

White with #D06FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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