Html Css Color HEX #C57AC8 Orchid

📋 copy color: '#C57AC8'

red 197 ◦ green 122 ◦ blue 200

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

Shades of Orchid #C57AC8

Tints of Orchid #C57AC8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.51%

 BLUE value IS 200 (78.52% from 255) = 38.54%

R = 37.96%
G = 23.51%
B = 38.54%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C57AC8 (or 0xC57AC8) is known color: Orchid. HEX triplet: C5, 7A and C8. RGB value is (197,122,200). Sum of RGB (Red+Green+Blue) = 197+122+200=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #C57AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AC8 is #3A8537. Grayscale: #999999. Windows color (decimal): -3835192 or 13138629. OLE color: 13138629.

HSL color Cylindrical-coordinate representation of color #C57AC8: hue angle of 297.69º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57AC8 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 122 200 -
CMYK 0.02 0.39 0 0.22
HSL 297.69º 0.41% 0.63% -
HSV(B) 297.69º 0.39% 0.78% -
XYZ 40.41 29.96 58.3 -
YUV 153.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 197 122 200 0.02 0.39 0 0.22 297.69 0.41 0.63
Hex C5 7A C8 2 27 0 16 12A 29 3F
Octal 305 172 310 2 47 0 26 452 51 77
Binary 11000101 1111010 11001000 10 100111 0 10110 100101010 101001 111111

Color Harmonies of #C57AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AC8

Black with #C57AC8

Text Example


Text Example

White with #C57AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AC8; }

 p { color: rgb(197,122,200); }

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

background-color css

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

 a { background-color: rgb(197,122,200); }

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

border-color css

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

 span { border-color: rgb(197,122,200); }

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