Html Css Color HEX #DE7CCC Orchid

📋 copy color: '#DE7CCC'

red 222 ◦ green 124 ◦ blue 204

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

Shades of Orchid #DE7CCC

Tints of Orchid #DE7CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 40.36%
G = 22.55%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE7CCC (or 0xDE7CCC) is known color: Orchid. HEX triplet: DE, 7C and CC. RGB value is (222,124,204). Sum of RGB (Red+Green+Blue) = 222+124+204=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CCC is #218333. Grayscale: #A2A2A2. Windows color (decimal): -2196276 or 13401310. OLE color: 13401310.

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

Color convert

RGB 222 124 204 -
CMYK 0 0.44 0.08 0.13
HSL 311.02º 0.6% 0.68% -
HSV(B) 311.02º 0.44% 0.87% -
XYZ 48.23 34.3 61.21 -
YUV 162.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 222 124 204 0 0.44 0.08 0.13 311.02 0.6 0.68
Hex DE 7C CC 0 2C 8 D 137 3C 44
Octal 336 174 314 0 54 10 15 467 74 104
Binary 11011110 1111100 11001100 0 101100 1000 1101 100110111 111100 1000100

Color Harmonies of #DE7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7CCC

Black with #DE7CCC

Text Example


Text Example

White with #DE7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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