Html Css Color HEX #DE75DD Orchid

📋 copy color: '#DE75DD'

red 222 ◦ green 117 ◦ blue 221

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

Shades of Orchid #DE75DD

Tints of Orchid #DE75DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.89%

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

R = 39.64%
G = 20.89%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE75DD (or 0xDE75DD) is known color: Orchid. HEX triplet: DE, 75 and DD. RGB value is (222,117,221). Sum of RGB (Red+Green+Blue) = 222+117+221=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75DD is #218A22. Grayscale: #9F9F9F. Windows color (decimal): -2198051 or 14513630. OLE color: 14513630.

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

Color convert

RGB 222 117 221 -
CMYK 0 0.47 0.00 0.13
HSL 300.57º 0.61% 0.66% -
HSV(B) 300.57º 0.47% 0.87% -
XYZ 49.54 33.47 72.26 -
YUV 160.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 222 117 221 0 0.47 0.00 0.13 300.57 0.61 0.66
Hex DE 75 DD 0 2F 0 D 12D 3D 42
Octal 336 165 335 0 57 0 15 455 75 102
Binary 11011110 1110101 11011101 0 101111 0 1101 100101101 111101 1000010

Color Harmonies of #DE75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE75DD

Black with #DE75DD

Text Example


Text Example

White with #DE75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE75DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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