Html Css Color HEX #DF76CA Orchid

📋 copy color: '#DF76CA'

red 223 ◦ green 118 ◦ blue 202

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

Shades of Orchid #DF76CA

Tints of Orchid #DF76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.73%

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

R = 41.07%
G = 21.73%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF76CA (or 0xDF76CA) is known color: Orchid. HEX triplet: DF, 76 and CA. RGB value is (223,118,202). Sum of RGB (Red+Green+Blue) = 223+118+202=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76CA is #208935. Grayscale: #9E9E9E. Windows color (decimal): -2132278 or 13268703. OLE color: 13268703.

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

Color convert

RGB 223 118 202 -
CMYK 0 0.47 0.09 0.13
HSL 312º 0.62% 0.67% -
HSV(B) 312º 0.47% 0.87% -
XYZ 47.57 32.91 59.72 -
YUV 158.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 223 118 202 0 0.47 0.09 0.13 312 0.62 0.67
Hex DF 76 CA 0 2F 9 D 138 3E 43
Octal 337 166 312 0 57 11 15 470 76 103
Binary 11011111 1110110 11001010 0 101111 1001 1101 100111000 111110 1000011

Color Harmonies of #DF76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76CA

Black with #DF76CA

Text Example


Text Example

White with #DF76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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