Html Css Color HEX #C576E0 Orchid

📋 copy color: '#C576E0'

red 197 ◦ green 118 ◦ blue 224

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

Shades of Orchid #C576E0

Tints of Orchid #C576E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 36.55%
G = 21.89%
B = 41.56%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C576E0 (or 0xC576E0) is known color: Orchid. HEX triplet: C5, 76 and E0. RGB value is (197,118,224). Sum of RGB (Red+Green+Blue) = 197+118+224=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #C576E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576E0 is #3A891F. Grayscale: #999999. Windows color (decimal): -3836192 or 14710469. OLE color: 14710469.

HSL color Cylindrical-coordinate representation of color #C576E0: hue angle of 284.72º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C576E0 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 118 224 -
CMYK 0.12 0.47 0 0.12
HSL 284.72º 0.63% 0.67% -
HSV(B) 284.72º 0.47% 0.88% -
XYZ 42.96 30.21 74.09 -
YUV 153.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 197 118 224 0.12 0.47 0 0.12 284.72 0.63 0.67
Hex C5 76 E0 C 2F 0 C 11D 3F 43
Octal 305 166 340 14 57 0 14 435 77 103
Binary 11000101 1110110 11100000 1100 101111 0 1100 100011101 111111 1000011

Color Harmonies of #C576E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C576E0

Black with #C576E0

Text Example


Text Example

White with #C576E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C576E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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