Html Css Color HEX #DD75E7 Orchid

📋 copy color: '#DD75E7'

red 221 ◦ green 117 ◦ blue 231

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

Shades of Orchid #DD75E7

Tints of Orchid #DD75E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.6%

R = 38.84%
G = 20.56%
B = 40.6%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD75E7 (or 0xDD75E7) is known color: Orchid. HEX triplet: DD, 75 and E7. RGB value is (221,117,231). Sum of RGB (Red+Green+Blue) = 221+117+231=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD75E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75E7 is #228A18. Grayscale: #A0A0A0. Windows color (decimal): -2263577 or 15168989. OLE color: 15168989.

HSL color Cylindrical-coordinate representation of color #DD75E7: hue angle of 294.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD75E7 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 117 231 -
CMYK 0.04 0.49 0 0.09
HSL 294.74º 0.7% 0.68% -
HSV(B) 294.74º 0.49% 0.91% -
XYZ 50.6 33.86 79.47 -
YUV 161.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 221 117 231 0.04 0.49 0 0.09 294.74 0.7 0.68
Hex DD 75 E7 4 31 0 9 127 46 44
Octal 335 165 347 4 61 0 11 447 106 104
Binary 11011101 1110101 11100111 100 110001 0 1001 100100111 1000110 1000100

Color Harmonies of #DD75E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75E7

Black with #DD75E7

Text Example


Text Example

White with #DD75E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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