Html Css Color HEX #DE6FE5 Orchid

📋 copy color: '#DE6FE5'

red 222 ◦ green 111 ◦ blue 229

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

Shades of Orchid #DE6FE5

Tints of Orchid #DE6FE5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.75%

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 39.5%
G = 19.75%
B = 40.75%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DE6FE5 (or 0xDE6FE5) is known color: Orchid. HEX triplet: DE, 6F and E5. RGB value is (222,111,229). Sum of RGB (Red+Green+Blue) = 222+111+229=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FE5 is #21901A. Grayscale: #9D9D9D. Windows color (decimal): -2199579 or 15036382. OLE color: 15036382.

HSL color Cylindrical-coordinate representation of color #DE6FE5: hue angle of 296.44º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6FE5 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 111 229 -
CMYK 0.03 0.52 0 0.10
HSL 296.44º 0.69% 0.67% -
HSV(B) 296.44º 0.52% 0.9% -
XYZ 49.95 32.56 77.78 -
YUV 157.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 222 111 229 0.03 0.52 0 0.10 296.44 0.69 0.67
Hex DE 6F E5 3 34 0 A 128 45 43
Octal 336 157 345 3 64 0 12 450 105 103
Binary 11011110 1101111 11100101 11 110100 0 1010 100101000 1000101 1000011

Color Harmonies of #DE6FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6FE5

Black with #DE6FE5

Text Example


Text Example

White with #DE6FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6FE5; }

 p { color: rgb(222,111,229); }

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

background-color css

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

 a { background-color: rgb(222,111,229); }

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

border-color css

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

 span { border-color: rgb(222,111,229); }

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