Html Css Color HEX #DD75DD Orchid

📋 copy color: '#DD75DD'

red 221 ◦ green 117 ◦ blue 221

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

Shades of Orchid #DD75DD

Tints of Orchid #DD75DD

RGB

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

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

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

R = 39.53%
G = 20.93%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD75DD (or 0xDD75DD) is known color: Orchid. HEX triplet: DD, 75 and DD. RGB value is (221,117,221). Sum of RGB (Red+Green+Blue) = 221+117+221=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75DD is #228A22. Grayscale: #9F9F9F. Windows color (decimal): -2263587 or 14513629. OLE color: 14513629.

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

Color convert

RGB 221 117 221 -
CMYK 0 0.47 0 0.13
HSL 300º 0.6% 0.66% -
HSV(B) 300º 0.47% 0.87% -
XYZ 49.23 33.32 72.24 -
YUV 159.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 221 117 221 0 0.47 0 0.13 300 0.6 0.66
Hex DD 75 DD 0 2F 0 D 12C 3C 42
Octal 335 165 335 0 57 0 15 454 74 102
Binary 11011101 1110101 11011101 0 101111 0 1101 100101100 111100 1000010

Color Harmonies of #DD75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75DD

Black with #DD75DD

Text Example


Text Example

White with #DD75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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