Html Css Color HEX #DE85DB Orchid

📋 copy color: '#DE85DB'

red 222 ◦ green 133 ◦ blue 219

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

Shades of Orchid #DE85DB

Tints of Orchid #DE85DB

RGB

 RED value IS 222 (87.11% from 255) = 38.68%

 GREEN value IS 133 (52.34% from 255) = 23.17%

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 38.68%
G = 23.17%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE85DB (or 0xDE85DB) is known color: Orchid. HEX triplet: DE, 85 and DB. RGB value is (222,133,219). Sum of RGB (Red+Green+Blue) = 222+133+219=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85DB is #217A24. Grayscale: #A9A9A9. Windows color (decimal): -2193957 or 14386654. OLE color: 14386654.

HSL color Cylindrical-coordinate representation of color #DE85DB: hue angle of 302.02º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE85DB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 133 219 -
CMYK 0 0.40 0.01 0.13
HSL 302.02º 0.57% 0.7% -
HSV(B) 302.02º 0.4% 0.87% -
XYZ 51.3 37.42 71.54 -
YUV 169.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 222 133 219 0 0.40 0.01 0.13 302.02 0.57 0.7
Hex DE 85 DB 0 28 1 D 12E 39 46
Octal 336 205 333 0 50 1 15 456 71 106
Binary 11011110 10000101 11011011 0 101000 1 1101 100101110 111001 1000110

Color Harmonies of #DE85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE85DB

Black with #DE85DB

Text Example


Text Example

White with #DE85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE85DB; }

 p { color: rgb(222,133,219); }

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

background-color css

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

 a { background-color: rgb(222,133,219); }

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

border-color css

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

 span { border-color: rgb(222,133,219); }

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