Html Css Color HEX #DD75CD Orchid

📋 copy color: '#DD75CD'

red 221 ◦ green 117 ◦ blue 205

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

Shades of Orchid #DD75CD

Tints of Orchid #DD75CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 40.7%
G = 21.55%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD75CD (or 0xDD75CD) is known color: Orchid. HEX triplet: DD, 75 and CD. RGB value is (221,117,205). Sum of RGB (Red+Green+Blue) = 221+117+205=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75CD is #228A32. Grayscale: #9D9D9D. Windows color (decimal): -2263603 or 13465053. OLE color: 13465053.

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

Color convert

RGB 221 117 205 -
CMYK 0 0.47 0.07 0.13
HSL 309.23º 0.6% 0.66% -
HSV(B) 309.23º 0.47% 0.87% -
XYZ 47.2 32.5 61.54 -
YUV 158.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 221 117 205 0 0.47 0.07 0.13 309.23 0.6 0.66
Hex DD 75 CD 0 2F 7 D 135 3C 42
Octal 335 165 315 0 57 7 15 465 74 102
Binary 11011101 1110101 11001101 0 101111 111 1101 100110101 111100 1000010

Color Harmonies of #DD75CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75CD

Black with #DD75CD

Text Example


Text Example

White with #DD75CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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