Html Css Color HEX #DD75C4 Orchid

📋 copy color: '#DD75C4'

red 221 ◦ green 117 ◦ blue 196

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

Shades of Orchid #DD75C4

Tints of Orchid #DD75C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.7%

R = 41.39%
G = 21.91%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD75C4 (or 0xDD75C4) is known color: Orchid. HEX triplet: DD, 75 and C4. RGB value is (221,117,196). Sum of RGB (Red+Green+Blue) = 221+117+196=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75C4 is #228A3B. Grayscale: #9C9C9C. Windows color (decimal): -2263612 or 12875229. OLE color: 12875229.

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

Color convert

RGB 221 117 196 -
CMYK 0 0.47 0.11 0.13
HSL 314.42º 0.6% 0.66% -
HSV(B) 314.42º 0.47% 0.87% -
XYZ 46.14 32.08 55.98 -
YUV 157.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 221 117 196 0 0.47 0.11 0.13 314.42 0.6 0.66
Hex DD 75 C4 0 2F B D 13A 3C 42
Octal 335 165 304 0 57 13 15 472 74 102
Binary 11011101 1110101 11000100 0 101111 1011 1101 100111010 111100 1000010

Color Harmonies of #DD75C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75C4

Black with #DD75C4

Text Example


Text Example

White with #DD75C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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