Html Css Color HEX #DD75C8 Orchid

📋 copy color: '#DD75C8'

red 221 ◦ green 117 ◦ blue 200

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

Shades of Orchid #DD75C8

Tints of Orchid #DD75C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.17%

R = 41.08%
G = 21.75%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD75C8 (or 0xDD75C8) is known color: Orchid. HEX triplet: DD, 75 and C8. RGB value is (221,117,200). Sum of RGB (Red+Green+Blue) = 221+117+200=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75C8 is #228A37. Grayscale: #9D9D9D. Windows color (decimal): -2263608 or 13137373. OLE color: 13137373.

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

Color convert

RGB 221 117 200 -
CMYK 0 0.47 0.10 0.13
HSL 312.12º 0.6% 0.66% -
HSV(B) 312.12º 0.47% 0.87% -
XYZ 46.61 32.26 58.41 -
YUV 157.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 221 117 200 0 0.47 0.10 0.13 312.12 0.6 0.66
Hex DD 75 C8 0 2F A D 138 3C 42
Octal 335 165 310 0 57 12 15 470 74 102
Binary 11011101 1110101 11001000 0 101111 1010 1101 100111000 111100 1000010

Color Harmonies of #DD75C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75C8

Black with #DD75C8

Text Example


Text Example

White with #DD75C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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