Html Css Color HEX #DE7DDE Orchid

📋 copy color: '#DE7DDE'

red 222 ◦ green 125 ◦ blue 222

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

Shades of Orchid #DE7DDE

Tints of Orchid #DE7DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 39.02%
G = 21.97%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE7DDE (or 0xDE7DDE) is known color: Orchid. HEX triplet: DE, 7D and DE. RGB value is (222,125,222). Sum of RGB (Red+Green+Blue) = 222+125+222=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DDE is #218221. Grayscale: #A4A4A4. Windows color (decimal): -2196002 or 14581214. OLE color: 14581214.

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

Color convert

RGB 222 125 222 -
CMYK 0 0.44 0 0.13
HSL 300º 0.6% 0.68% -
HSV(B) 300º 0.44% 0.87% -
XYZ 50.64 35.47 73.28 -
YUV 165.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 222 125 222 0 0.44 0 0.13 300 0.6 0.68
Hex DE 7D DE 0 2C 0 D 12C 3C 44
Octal 336 175 336 0 54 0 15 454 74 104
Binary 11011110 1111101 11011110 0 101100 0 1101 100101100 111100 1000100

Color Harmonies of #DE7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DDE

Black with #DE7DDE

Text Example


Text Example

White with #DE7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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