Html Css Color HEX #C576DF Orchid

📋 copy color: '#C576DF'

red 197 ◦ green 118 ◦ blue 223

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

Shades of Orchid #C576DF

Tints of Orchid #C576DF

RGB

 RED value IS 197 (77.34% from 255) = 36.62%

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 36.62%
G = 21.93%
B = 41.45%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C576DF (or 0xC576DF) is known color: Orchid. HEX triplet: C5, 76 and DF. RGB value is (197,118,223). Sum of RGB (Red+Green+Blue) = 197+118+223=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #C576DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576DF is #3A8920. Grayscale: #999999. Windows color (decimal): -3836193 or 14644933. OLE color: 14644933.

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

Color convert

RGB 197 118 223 -
CMYK 0.12 0.47 0 0.13
HSL 285.14º 0.62% 0.67% -
HSV(B) 285.14º 0.47% 0.87% -
XYZ 42.82 30.15 73.38 -
YUV 153.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 197 118 223 0.12 0.47 0 0.13 285.14 0.62 0.67
Hex C5 76 DF C 2F 0 D 11D 3E 43
Octal 305 166 337 14 57 0 15 435 76 103
Binary 11000101 1110110 11011111 1100 101111 0 1101 100011101 111110 1000011

Color Harmonies of #C576DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C576DF

Black with #C576DF

Text Example


Text Example

White with #C576DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C576DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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