Html Css Color HEX #C57ACA Orchid

📋 copy color: '#C57ACA'

red 197 ◦ green 122 ◦ blue 202

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

Shades of Orchid #C57ACA

Tints of Orchid #C57ACA

RGB

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

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

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

R = 37.81%
G = 23.42%
B = 38.77%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C57ACA (or 0xC57ACA) is known color: Orchid. HEX triplet: C5, 7A and CA. RGB value is (197,122,202). Sum of RGB (Red+Green+Blue) = 197+122+202=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C57ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ACA is #3A8535. Grayscale: #999999. Windows color (decimal): -3835190 or 13269701. OLE color: 13269701.

HSL color Cylindrical-coordinate representation of color #C57ACA: hue angle of 296.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57ACA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 122 202 -
CMYK 0.02 0.40 0 0.21
HSL 296.25º 0.43% 0.64% -
HSV(B) 296.25º 0.4% 0.79% -
XYZ 40.65 30.05 59.54 -
YUV 153.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 197 122 202 0.02 0.40 0 0.21 296.25 0.43 0.64
Hex C5 7A CA 2 28 0 15 128 2B 40
Octal 305 172 312 2 50 0 25 450 53 100
Binary 11000101 1111010 11001010 10 101000 0 10101 100101000 101011 1000000

Color Harmonies of #C57ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ACA

Black with #C57ACA

Text Example


Text Example

White with #C57ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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