Html Css Color HEX #D06ADF Orchid

📋 copy color: '#D06ADF'

red 208 ◦ green 106 ◦ blue 223

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

Shades of Orchid #D06ADF

Tints of Orchid #D06ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.74%

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 38.73%
G = 19.74%
B = 41.53%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D06ADF (or 0xD06ADF) is known color: Orchid. HEX triplet: D0, 6A and DF. RGB value is (208,106,223). Sum of RGB (Red+Green+Blue) = 208+106+223=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #D06ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ADF is #2F9520. Grayscale: #959595. Windows color (decimal): -3118369 or 14641872. OLE color: 14641872.

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

Color convert

RGB 208 106 223 -
CMYK 0.07 0.52 0 0.13
HSL 292.31º 0.65% 0.65% -
HSV(B) 292.31º 0.52% 0.87% -
XYZ 44.49 29.05 73.07 -
YUV 149.84 169.29 169.49 -
System Red Green Blue C M Y K H S L
Decimal 208 106 223 0.07 0.52 0 0.13 292.31 0.65 0.65
Hex D0 6A DF 7 34 0 D 124 41 41
Octal 320 152 337 7 64 0 15 444 101 101
Binary 11010000 1101010 11011111 111 110100 0 1101 100100100 1000001 1000001

Color Harmonies of #D06ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ADF

Black with #D06ADF

Text Example


Text Example

White with #D06ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ADF; }

 p { color: rgb(208,106,223); }

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

background-color css

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

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

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

border-color css

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

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

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