Html Css Color HEX #DD75CA Orchid

📋 copy color: '#DD75CA'

red 221 ◦ green 117 ◦ blue 202

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

Shades of Orchid #DD75CA

Tints of Orchid #DD75CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 40.93%
G = 21.67%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD75CA (or 0xDD75CA) is known color: Orchid. HEX triplet: DD, 75 and CA. RGB value is (221,117,202). Sum of RGB (Red+Green+Blue) = 221+117+202=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75CA is #228A35. Grayscale: #9D9D9D. Windows color (decimal): -2263606 or 13268445. OLE color: 13268445.

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

Color convert

RGB 221 117 202 -
CMYK 0 0.47 0.09 0.13
HSL 310.96º 0.6% 0.66% -
HSV(B) 310.96º 0.47% 0.87% -
XYZ 46.84 32.36 59.65 -
YUV 157.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 221 117 202 0 0.47 0.09 0.13 310.96 0.6 0.66
Hex DD 75 CA 0 2F 9 D 137 3C 42
Octal 335 165 312 0 57 11 15 467 74 102
Binary 11011101 1110101 11001010 0 101111 1001 1101 100110111 111100 1000010

Color Harmonies of #DD75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75CA

Black with #DD75CA

Text Example


Text Example

White with #DD75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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