Html Css Color HEX #DE6FEA Orchid

📋 copy color: '#DE6FEA'

red 222 ◦ green 111 ◦ blue 234

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

Shades of Orchid #DE6FEA

Tints of Orchid #DE6FEA

RGB

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

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

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

R = 39.15%
G = 19.58%
B = 41.27%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DE6FEA (or 0xDE6FEA) is known color: Orchid. HEX triplet: DE, 6F and EA. RGB value is (222,111,234). Sum of RGB (Red+Green+Blue) = 222+111+234=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6FEA is #219015. Grayscale: #9D9D9D. Windows color (decimal): -2199574 or 15364062. OLE color: 15364062.

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

Color convert

RGB 222 111 234 -
CMYK 0.05 0.53 0 0.08
HSL 294.15º 0.75% 0.68% -
HSV(B) 294.15º 0.53% 0.92% -
XYZ 50.66 32.84 81.51 -
YUV 158.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 222 111 234 0.05 0.53 0 0.08 294.15 0.75 0.68
Hex DE 6F EA 5 35 0 8 126 4B 44
Octal 336 157 352 5 65 0 10 446 113 104
Binary 11011110 1101111 11101010 101 110101 0 1000 100100110 1001011 1000100

Color Harmonies of #DE6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6FEA

Black with #DE6FEA

Text Example


Text Example

White with #DE6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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