Html Css Color HEX #DE6ECA Orchid

📋 copy color: '#DE6ECA'

red 222 ◦ green 110 ◦ blue 202

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

Shades of Orchid #DE6ECA

Tints of Orchid #DE6ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 41.57%
G = 20.6%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE6ECA (or 0xDE6ECA) is known color: Orchid. HEX triplet: DE, 6E and CA. RGB value is (222,110,202). Sum of RGB (Red+Green+Blue) = 222+110+202=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ECA is #219135. Grayscale: #999999. Windows color (decimal): -2199862 or 13266654. OLE color: 13266654.

HSL color Cylindrical-coordinate representation of color #DE6ECA: hue angle of 310.71º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6ECA is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 110 202 -
CMYK 0 0.50 0.09 0.13
HSL 310.71º 0.63% 0.65% -
HSV(B) 310.71º 0.5% 0.87% -
XYZ 46.36 30.95 59.41 -
YUV 153.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 222 110 202 0 0.50 0.09 0.13 310.71 0.63 0.65
Hex DE 6E CA 0 32 9 D 137 3F 41
Octal 336 156 312 0 62 11 15 467 77 101
Binary 11011110 1101110 11001010 0 110010 1001 1101 100110111 111111 1000001

Color Harmonies of #DE6ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ECA

Black with #DE6ECA

Text Example


Text Example

White with #DE6ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ECA; }

 p { color: rgb(222,110,202); }

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

background-color css

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

 a { background-color: rgb(222,110,202); }

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

border-color css

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

 span { border-color: rgb(222,110,202); }

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