Html Css Color HEX #DE74DD Orchid

📋 copy color: '#DE74DD'

red 222 ◦ green 116 ◦ blue 221

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

Shades of Orchid #DE74DD

Tints of Orchid #DE74DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.75%

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

R = 39.71%
G = 20.75%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE74DD (or 0xDE74DD) is known color: Orchid. HEX triplet: DE, 74 and DD. RGB value is (222,116,221). Sum of RGB (Red+Green+Blue) = 222+116+221=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE74DD is #218B22. Grayscale: #9F9F9F. Windows color (decimal): -2198307 or 14513374. OLE color: 14513374.

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

Color convert

RGB 222 116 221 -
CMYK 0 0.48 0.00 0.13
HSL 300.57º 0.62% 0.66% -
HSV(B) 300.57º 0.48% 0.87% -
XYZ 49.42 33.24 72.22 -
YUV 159.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 222 116 221 0 0.48 0.00 0.13 300.57 0.62 0.66
Hex DE 74 DD 0 30 0 D 12D 3E 42
Octal 336 164 335 0 60 0 15 455 76 102
Binary 11011110 1110100 11011101 0 110000 0 1101 100101101 111110 1000010

Color Harmonies of #DE74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE74DD

Black with #DE74DD

Text Example


Text Example

White with #DE74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE74DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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