Html Css Color HEX #DE6CD2 Orchid

📋 copy color: '#DE6CD2'

red 222 ◦ green 108 ◦ blue 210

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

Shades of Orchid #DE6CD2

Tints of Orchid #DE6CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20%

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

R = 41.11%
G = 20%
B = 38.89%

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

#DE6CD2 (or 0xDE6CD2) is known color: Orchid. HEX triplet: DE, 6C and D2. RGB value is (222,108,210). Sum of RGB (Red+Green+Blue) = 222+108+210=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6CD2 is #21932D. Grayscale: #999999. Windows color (decimal): -2200366 or 13790430. OLE color: 13790430.

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

Color convert

RGB 222 108 210 -
CMYK 0 0.51 0.05 0.13
HSL 306.32º 0.63% 0.65% -
HSV(B) 306.32º 0.51% 0.87% -
XYZ 47.12 30.91 64.46 -
YUV 153.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 222 108 210 0 0.51 0.05 0.13 306.32 0.63 0.65
Hex DE 6C D2 0 33 5 D 132 3F 41
Octal 336 154 322 0 63 5 15 462 77 101
Binary 11011110 1101100 11010010 0 110011 101 1101 100110010 111111 1000001

Color Harmonies of #DE6CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6CD2

Black with #DE6CD2

Text Example


Text Example

White with #DE6CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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