Html Css Color HEX #D06BDA Orchid

📋 copy color: '#D06BDA'

red 208 ◦ green 107 ◦ blue 218

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

Shades of Orchid #D06BDA

Tints of Orchid #D06BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.08%

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

R = 39.02%
G = 20.08%
B = 40.9%

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

#D06BDA (or 0xD06BDA) is known color: Orchid. HEX triplet: D0, 6B and DA. RGB value is (208,107,218). Sum of RGB (Red+Green+Blue) = 208+107+218=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #D06BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BDA is #2F9425. Grayscale: #959595. Windows color (decimal): -3118118 or 14314448. OLE color: 14314448.

HSL color Cylindrical-coordinate representation of color #D06BDA: hue angle of 294.59º 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 #D06BDA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 107 218 -
CMYK 0.05 0.51 0 0.15
HSL 294.59º 0.6% 0.64% -
HSV(B) 294.59º 0.51% 0.85% -
XYZ 43.93 28.99 69.61 -
YUV 149.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 208 107 218 0.05 0.51 0 0.15 294.59 0.6 0.64
Hex D0 6B DA 5 33 0 F 127 3C 40
Octal 320 153 332 5 63 0 17 447 74 100
Binary 11010000 1101011 11011010 101 110011 0 1111 100100111 111100 1000000

Color Harmonies of #D06BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BDA

Black with #D06BDA

Text Example


Text Example

White with #D06BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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