Html Css Color HEX #C57ACE Orchid

📋 copy color: '#C57ACE'

red 197 ◦ green 122 ◦ blue 206

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

Shades of Orchid #C57ACE

Tints of Orchid #C57ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 37.52%
G = 23.24%
B = 39.24%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C57ACE (or 0xC57ACE) is known color: Orchid. HEX triplet: C5, 7A and CE. RGB value is (197,122,206). Sum of RGB (Red+Green+Blue) = 197+122+206=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #C57ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ACE is #3A8531. Grayscale: #999999. Windows color (decimal): -3835186 or 13531845. OLE color: 13531845.

HSL color Cylindrical-coordinate representation of color #C57ACE: hue angle of 293.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57ACE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 122 206 -
CMYK 0.04 0.41 0 0.19
HSL 293.57º 0.46% 0.64% -
HSV(B) 293.57º 0.41% 0.81% -
XYZ 41.13 30.25 62.06 -
YUV 154 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 197 122 206 0.04 0.41 0 0.19 293.57 0.46 0.64
Hex C5 7A CE 4 29 0 13 126 2E 40
Octal 305 172 316 4 51 0 23 446 56 100
Binary 11000101 1111010 11001110 100 101001 0 10011 100100110 101110 1000000

Color Harmonies of #C57ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ACE

Black with #C57ACE

Text Example


Text Example

White with #C57ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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