Html Css Color HEX #DE6EC1 Orchid

📋 copy color: '#DE6EC1'

red 222 ◦ green 110 ◦ blue 193

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

Shades of Orchid #DE6EC1

Tints of Orchid #DE6EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 42.29%
G = 20.95%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE6EC1 (or 0xDE6EC1) is known color: Orchid. HEX triplet: DE, 6E and C1. RGB value is (222,110,193). Sum of RGB (Red+Green+Blue) = 222+110+193=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6EC1 is #21913E. Grayscale: #989898. Windows color (decimal): -2199871 or 12676830. OLE color: 12676830.

HSL color Cylindrical-coordinate representation of color #DE6EC1: hue angle of 315.54º 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 #DE6EC1 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 110 193 -
CMYK 0 0.50 0.13 0.13
HSL 315.54º 0.63% 0.65% -
HSV(B) 315.54º 0.5% 0.87% -
XYZ 45.33 30.53 53.96 -
YUV 152.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 222 110 193 0 0.50 0.13 0.13 315.54 0.63 0.65
Hex DE 6E C1 0 32 D D 13C 3F 41
Octal 336 156 301 0 62 15 15 474 77 101
Binary 11011110 1101110 11000001 0 110010 1101 1101 100111100 111111 1000001

Color Harmonies of #DE6EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6EC1

Black with #DE6EC1

Text Example


Text Example

White with #DE6EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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