Html Css Color HEX #DE69DB Orchid

📋 copy color: '#DE69DB'

red 222 ◦ green 105 ◦ blue 219

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

Shades of Orchid #DE69DB

Tints of Orchid #DE69DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.23%

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

R = 40.66%
G = 19.23%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE69DB (or 0xDE69DB) is known color: Orchid. HEX triplet: DE, 69 and DB. RGB value is (222,105,219). Sum of RGB (Red+Green+Blue) = 222+105+219=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69DB is #219624. Grayscale: #989898. Windows color (decimal): -2201125 or 14379486. OLE color: 14379486.

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

Color convert

RGB 222 105 219 -
CMYK 0 0.53 0.01 0.13
HSL 301.54º 0.64% 0.64% -
HSV(B) 301.54º 0.53% 0.87% -
XYZ 47.96 30.75 70.42 -
YUV 152.98 165.26 177.23 -
System Red Green Blue C M Y K H S L
Decimal 222 105 219 0 0.53 0.01 0.13 301.54 0.64 0.64
Hex DE 69 DB 0 35 1 D 12E 40 40
Octal 336 151 333 0 65 1 15 456 100 100
Binary 11011110 1101001 11011011 0 110101 1 1101 100101110 1000000 1000000

Color Harmonies of #DE69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69DB

Black with #DE69DB

Text Example


Text Example

White with #DE69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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