Html Css Color HEX #DE69EA Orchid

📋 copy color: '#DE69EA'

red 222 ◦ green 105 ◦ blue 234

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

Shades of Orchid #DE69EA

Tints of Orchid #DE69EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 39.57%
G = 18.72%
B = 41.71%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DE69EA (or 0xDE69EA) is known color: Orchid. HEX triplet: DE, 69 and EA. RGB value is (222,105,234). Sum of RGB (Red+Green+Blue) = 222+105+234=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE69EA is #219615. Grayscale: #9A9A9A. Windows color (decimal): -2201110 or 15362526. OLE color: 15362526.

HSL color Cylindrical-coordinate representation of color #DE69EA: hue angle of 294.42º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE69EA is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 105 234 -
CMYK 0.05 0.55 0 0.08
HSL 294.42º 0.75% 0.66% -
HSV(B) 294.42º 0.55% 0.92% -
XYZ 50.03 31.57 81.3 -
YUV 154.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 222 105 234 0.05 0.55 0 0.08 294.42 0.75 0.66
Hex DE 69 EA 5 37 0 8 126 4B 42
Octal 336 151 352 5 67 0 10 446 113 102
Binary 11011110 1101001 11101010 101 110111 0 1000 100100110 1001011 1000010

Color Harmonies of #DE69EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE69EA

Black with #DE69EA

Text Example


Text Example

White with #DE69EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE69EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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