Html Css Color HEX #DE7CDD Orchid

📋 copy color: '#DE7CDD'

red 222 ◦ green 124 ◦ blue 221

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

Shades of Orchid #DE7CDD

Tints of Orchid #DE7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.87%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 39.15%
G = 21.87%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE7CDD (or 0xDE7CDD) is known color: Orchid. HEX triplet: DE, 7C and DD. RGB value is (222,124,221). Sum of RGB (Red+Green+Blue) = 222+124+221=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CDD is #218322. Grayscale: #A4A4A4. Windows color (decimal): -2196259 or 14515422. OLE color: 14515422.

HSL color Cylindrical-coordinate representation of color #DE7CDD: hue angle of 300.61º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7CDD is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 124 221 -
CMYK 0 0.44 0.00 0.13
HSL 300.61º 0.6% 0.68% -
HSV(B) 300.61º 0.44% 0.87% -
XYZ 50.38 35.17 72.54 -
YUV 164.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 222 124 221 0 0.44 0.00 0.13 300.61 0.6 0.68
Hex DE 7C DD 0 2C 0 D 12D 3C 44
Octal 336 174 335 0 54 0 15 455 74 104
Binary 11011110 1111100 11011101 0 101100 0 1101 100101101 111100 1000100

Color Harmonies of #DE7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7CDD

Black with #DE7CDD

Text Example


Text Example

White with #DE7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7CDD; }

 p { color: rgb(222,124,221); }

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

background-color css

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

 a { background-color: rgb(222,124,221); }

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

border-color css

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

 span { border-color: rgb(222,124,221); }

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