Html Css Color HEX #D06ADA Orchid

📋 copy color: '#D06ADA'

red 208 ◦ green 106 ◦ blue 218

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

Shades of Orchid #D06ADA

Tints of Orchid #D06ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 39.1%
G = 19.92%
B = 40.98%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D06ADA (or 0xD06ADA) is known color: Orchid. HEX triplet: D0, 6A and DA. RGB value is (208,106,218). Sum of RGB (Red+Green+Blue) = 208+106+218=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #D06ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ADA is #2F9525. Grayscale: #949494. Windows color (decimal): -3118374 or 14314192. OLE color: 14314192.

HSL color Cylindrical-coordinate representation of color #D06ADA: hue angle of 294.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06ADA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 106 218 -
CMYK 0.05 0.51 0 0.15
HSL 294.64º 0.6% 0.64% -
HSV(B) 294.64º 0.51% 0.85% -
XYZ 43.82 28.78 69.58 -
YUV 149.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 208 106 218 0.05 0.51 0 0.15 294.64 0.6 0.64
Hex D0 6A DA 5 33 0 F 127 3C 40
Octal 320 152 332 5 63 0 17 447 74 100
Binary 11010000 1101010 11011010 101 110011 0 1111 100100111 111100 1000000

Color Harmonies of #D06ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ADA

Black with #D06ADA

Text Example


Text Example

White with #D06ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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