Html Css Color HEX #DF75C3 Orchid

📋 copy color: '#DF75C3'

red 223 ◦ green 117 ◦ blue 195

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

Shades of Orchid #DF75C3

Tints of Orchid #DF75C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.45%

R = 41.68%
G = 21.87%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF75C3 (or 0xDF75C3) is known color: Orchid. HEX triplet: DF, 75 and C3. RGB value is (223,117,195). Sum of RGB (Red+Green+Blue) = 223+117+195=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75C3 is #208A3C. Grayscale: #9D9D9D. Windows color (decimal): -2132541 or 12809695. OLE color: 12809695.

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

Color convert

RGB 223 117 195 -
CMYK 0 0.48 0.13 0.13
HSL 315.85º 0.62% 0.67% -
HSV(B) 315.85º 0.48% 0.87% -
XYZ 46.64 32.35 55.42 -
YUV 157.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 223 117 195 0 0.48 0.13 0.13 315.85 0.62 0.67
Hex DF 75 C3 0 30 D D 13C 3E 43
Octal 337 165 303 0 60 15 15 474 76 103
Binary 11011111 1110101 11000011 0 110000 1101 1101 100111100 111110 1000011

Color Harmonies of #DF75C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75C3

Black with #DF75C3

Text Example


Text Example

White with #DF75C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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