Html Css Color HEX #D06FDA Orchid

📋 copy color: '#D06FDA'

red 208 ◦ green 111 ◦ blue 218

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

Shades of Orchid #D06FDA

Tints of Orchid #D06FDA

RGB

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

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

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

R = 38.73%
G = 20.67%
B = 40.6%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D06FDA (or 0xD06FDA) is known color: Orchid. HEX triplet: D0, 6F and DA. RGB value is (208,111,218). Sum of RGB (Red+Green+Blue) = 208+111+218=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #D06FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FDA is #2F9025. Grayscale: #979797. Windows color (decimal): -3117094 or 14315472. OLE color: 14315472.

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

Color convert

RGB 208 111 218 -
CMYK 0.05 0.49 0 0.15
HSL 294.39º 0.59% 0.65% -
HSV(B) 294.39º 0.49% 0.85% -
XYZ 44.35 29.84 69.75 -
YUV 152.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 208 111 218 0.05 0.49 0 0.15 294.39 0.59 0.65
Hex D0 6F DA 5 31 0 F 126 3B 41
Octal 320 157 332 5 61 0 17 446 73 101
Binary 11010000 1101111 11011010 101 110001 0 1111 100100110 111011 1000001

Color Harmonies of #D06FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FDA

Black with #D06FDA

Text Example


Text Example

White with #D06FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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