Html Css Color HEX #DE6DD2 Orchid

📋 copy color: '#DE6DD2'

red 222 ◦ green 109 ◦ blue 210

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

Shades of Orchid #DE6DD2

Tints of Orchid #DE6DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.15%

 BLUE value IS 210 (82.42% from 255) = 38.82%

R = 41.04%
G = 20.15%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE6DD2 (or 0xDE6DD2) is known color: Orchid. HEX triplet: DE, 6D and D2. RGB value is (222,109,210). Sum of RGB (Red+Green+Blue) = 222+109+210=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DD2 is #21922D. Grayscale: #9A9A9A. Windows color (decimal): -2200110 or 13790686. OLE color: 13790686.

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

Color convert

RGB 222 109 210 -
CMYK 0 0.51 0.05 0.13
HSL 306.37º 0.63% 0.65% -
HSV(B) 306.37º 0.51% 0.87% -
XYZ 47.23 31.12 64.49 -
YUV 154.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 222 109 210 0 0.51 0.05 0.13 306.37 0.63 0.65
Hex DE 6D D2 0 33 5 D 132 3F 41
Octal 336 155 322 0 63 5 15 462 77 101
Binary 11011110 1101101 11010010 0 110011 101 1101 100110010 111111 1000001

Color Harmonies of #DE6DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6DD2

Black with #DE6DD2

Text Example


Text Example

White with #DE6DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6DD2; }

 p { color: rgb(222,109,210); }

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

background-color css

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

 a { background-color: rgb(222,109,210); }

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

border-color css

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

 span { border-color: rgb(222,109,210); }

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