Html Css Color HEX #DD75DC Orchid

📋 copy color: '#DD75DC'

red 221 ◦ green 117 ◦ blue 220

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

Shades of Orchid #DD75DC

Tints of Orchid #DD75DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 39.61%
G = 20.97%
B = 39.43%

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

#DD75DC (or 0xDD75DC) is known color: Orchid. HEX triplet: DD, 75 and DC. RGB value is (221,117,220). Sum of RGB (Red+Green+Blue) = 221+117+220=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75DC is #228A23. Grayscale: #9F9F9F. Windows color (decimal): -2263588 or 14448093. OLE color: 14448093.

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

Color convert

RGB 221 117 220 -
CMYK 0 0.47 0.00 0.13
HSL 300.58º 0.6% 0.66% -
HSV(B) 300.58º 0.47% 0.87% -
XYZ 49.1 33.26 71.54 -
YUV 159.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 221 117 220 0 0.47 0.00 0.13 300.58 0.6 0.66
Hex DD 75 DC 0 2F 0 D 12D 3C 42
Octal 335 165 334 0 57 0 15 455 74 102
Binary 11011101 1110101 11011100 0 101111 0 1101 100101101 111100 1000010

Color Harmonies of #DD75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75DC

Black with #DD75DC

Text Example


Text Example

White with #DD75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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