Html Css Color HEX #DE69E8 Orchid

📋 copy color: '#DE69E8'

red 222 ◦ green 105 ◦ blue 232

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

Shades of Orchid #DE69E8

Tints of Orchid #DE69E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.5%

R = 39.71%
G = 18.78%
B = 41.5%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DE69E8 (or 0xDE69E8) is known color: Orchid. HEX triplet: DE, 69 and E8. RGB value is (222,105,232). Sum of RGB (Red+Green+Blue) = 222+105+232=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE69E8 is #219617. Grayscale: #9A9A9A. Windows color (decimal): -2201112 or 15231454. OLE color: 15231454.

HSL color Cylindrical-coordinate representation of color #DE69E8: hue angle of 295.28º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE69E8 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 105 232 -
CMYK 0.04 0.55 0 0.09
HSL 295.28º 0.73% 0.66% -
HSV(B) 295.28º 0.55% 0.91% -
XYZ 49.74 31.46 79.79 -
YUV 154.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 222 105 232 0.04 0.55 0 0.09 295.28 0.73 0.66
Hex DE 69 E8 4 37 0 9 127 49 42
Octal 336 151 350 4 67 0 11 447 111 102
Binary 11011110 1101001 11101000 100 110111 0 1001 100100111 1001001 1000010

Color Harmonies of #DE69E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69E8

Black with #DE69E8

Text Example


Text Example

White with #DE69E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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