Html Css Color HEX #D06BDE Orchid

📋 copy color: '#D06BDE'

red 208 ◦ green 107 ◦ blue 222

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

Shades of Orchid #D06BDE

Tints of Orchid #D06BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 38.73%
G = 19.93%
B = 41.34%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D06BDE (or 0xD06BDE) is known color: Orchid. HEX triplet: D0, 6B and DE. RGB value is (208,107,222). Sum of RGB (Red+Green+Blue) = 208+107+222=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #D06BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BDE is #2F9421. Grayscale: #959595. Windows color (decimal): -3118114 or 14576592. OLE color: 14576592.

HSL color Cylindrical-coordinate representation of color #D06BDE: hue angle of 292.7º degrees, saturation: 0.64, 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 #D06BDE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 107 222 -
CMYK 0.06 0.52 0 0.13
HSL 292.7º 0.64% 0.65% -
HSV(B) 292.7º 0.52% 0.87% -
XYZ 44.45 29.2 72.4 -
YUV 150.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 208 107 222 0.06 0.52 0 0.13 292.7 0.64 0.65
Hex D0 6B DE 6 34 0 D 125 40 41
Octal 320 153 336 6 64 0 15 445 100 101
Binary 11010000 1101011 11011110 110 110100 0 1101 100100101 1000000 1000001

Color Harmonies of #D06BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BDE

Black with #D06BDE

Text Example


Text Example

White with #D06BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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