Html Css Color HEX #DF75DD Orchid

📋 copy color: '#DF75DD'

red 223 ◦ green 117 ◦ blue 221

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

Shades of Orchid #DF75DD

Tints of Orchid #DF75DD

RGB

 RED value IS 223 (87.5% from 255) = 39.75%

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 39.75%
G = 20.86%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF75DD (or 0xDF75DD) is known color: Orchid. HEX triplet: DF, 75 and DD. RGB value is (223,117,221). Sum of RGB (Red+Green+Blue) = 223+117+221=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75DD is #208A22. Grayscale: #A0A0A0. Windows color (decimal): -2132515 or 14513631. OLE color: 14513631.

HSL color Cylindrical-coordinate representation of color #DF75DD: hue angle of 301.13º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75DD is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 221 -
CMYK 0 0.48 0.01 0.13
HSL 301.13º 0.62% 0.67% -
HSV(B) 301.13º 0.48% 0.87% -
XYZ 49.84 33.63 72.27 -
YUV 160.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 223 117 221 0 0.48 0.01 0.13 301.13 0.62 0.67
Hex DF 75 DD 0 30 1 D 12D 3E 43
Octal 337 165 335 0 60 1 15 455 76 103
Binary 11011111 1110101 11011101 0 110000 1 1101 100101101 111110 1000011

Color Harmonies of #DF75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75DD

Black with #DF75DD

Text Example


Text Example

White with #DF75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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