Html Css Color HEX #DE7DCE Orchid

📋 copy color: '#DE7DCE'

red 222 ◦ green 125 ◦ blue 206

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

Shades of Orchid #DE7DCE

Tints of Orchid #DE7DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 40.14%
G = 22.6%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE7DCE (or 0xDE7DCE) is known color: Orchid. HEX triplet: DE, 7D and CE. RGB value is (222,125,206). Sum of RGB (Red+Green+Blue) = 222+125+206=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DCE is #218231. Grayscale: #A3A3A3. Windows color (decimal): -2196018 or 13532638. OLE color: 13532638.

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

Color convert

RGB 222 125 206 -
CMYK 0 0.44 0.07 0.13
HSL 309.9º 0.6% 0.68% -
HSV(B) 309.9º 0.44% 0.87% -
XYZ 48.6 34.65 62.52 -
YUV 163.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 222 125 206 0 0.44 0.07 0.13 309.9 0.6 0.68
Hex DE 7D CE 0 2C 7 D 136 3C 44
Octal 336 175 316 0 54 7 15 466 74 104
Binary 11011110 1111101 11001110 0 101100 111 1101 100110110 111100 1000100

Color Harmonies of #DE7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DCE

Black with #DE7DCE

Text Example


Text Example

White with #DE7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DCE; }

 p { color: rgb(222,125,206); }

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

background-color css

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

 a { background-color: rgb(222,125,206); }

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

border-color css

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

 span { border-color: rgb(222,125,206); }

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