Html Css Color HEX #DF75CA Orchid

📋 copy color: '#DF75CA'

red 223 ◦ green 117 ◦ blue 202

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

Shades of Orchid #DF75CA

Tints of Orchid #DF75CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.27%

R = 41.14%
G = 21.59%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF75CA (or 0xDF75CA) is known color: Orchid. HEX triplet: DF, 75 and CA. RGB value is (223,117,202). Sum of RGB (Red+Green+Blue) = 223+117+202=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75CA is #208A35. Grayscale: #9E9E9E. Windows color (decimal): -2132534 or 13268447. OLE color: 13268447.

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

Color convert

RGB 223 117 202 -
CMYK 0 0.48 0.09 0.13
HSL 311.89º 0.62% 0.67% -
HSV(B) 311.89º 0.48% 0.87% -
XYZ 47.45 32.67 59.68 -
YUV 158.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 223 117 202 0 0.48 0.09 0.13 311.89 0.62 0.67
Hex DF 75 CA 0 30 9 D 138 3E 43
Octal 337 165 312 0 60 11 15 470 76 103
Binary 11011111 1110101 11001010 0 110000 1001 1101 100111000 111110 1000011

Color Harmonies of #DF75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75CA

Black with #DF75CA

Text Example


Text Example

White with #DF75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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