Html Css Color HEX #DD75CB Orchid

📋 copy color: '#DD75CB'

red 221 ◦ green 117 ◦ blue 203

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

Shades of Orchid #DD75CB

Tints of Orchid #DD75CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 40.85%
G = 21.63%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD75CB (or 0xDD75CB) is known color: Orchid. HEX triplet: DD, 75 and CB. RGB value is (221,117,203). Sum of RGB (Red+Green+Blue) = 221+117+203=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75CB is #228A34. Grayscale: #9D9D9D. Windows color (decimal): -2263605 or 13333981. OLE color: 13333981.

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

Color convert

RGB 221 117 203 -
CMYK 0 0.47 0.08 0.13
HSL 310.38º 0.6% 0.66% -
HSV(B) 310.38º 0.47% 0.87% -
XYZ 46.96 32.41 60.28 -
YUV 157.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 221 117 203 0 0.47 0.08 0.13 310.38 0.6 0.66
Hex DD 75 CB 0 2F 8 D 136 3C 42
Octal 335 165 313 0 57 10 15 466 74 102
Binary 11011101 1110101 11001011 0 101111 1000 1101 100110110 111100 1000010

Color Harmonies of #DD75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75CB

Black with #DD75CB

Text Example


Text Example

White with #DD75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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