Html Css Color HEX #C57FCA Orchid

📋 copy color: '#C57FCA'

red 197 ◦ green 127 ◦ blue 202

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

Shades of Orchid #C57FCA

Tints of Orchid #C57FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.14%

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

R = 37.45%
G = 24.14%
B = 38.4%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C57FCA (or 0xC57FCA) is known color: Orchid. HEX triplet: C5, 7F and CA. RGB value is (197,127,202). Sum of RGB (Red+Green+Blue) = 197+127+202=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #C57FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FCA is #3A8035. Grayscale: #9C9C9C. Windows color (decimal): -3833910 or 13270981. OLE color: 13270981.

HSL color Cylindrical-coordinate representation of color #C57FCA: hue angle of 296º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57FCA is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 127 202 -
CMYK 0.02 0.37 0 0.21
HSL 296º 0.41% 0.65% -
HSV(B) 296º 0.37% 0.79% -
XYZ 41.28 31.31 59.75 -
YUV 156.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 197 127 202 0.02 0.37 0 0.21 296 0.41 0.65
Hex C5 7F CA 2 25 0 15 128 29 41
Octal 305 177 312 2 45 0 25 450 51 101
Binary 11000101 1111111 11001010 10 100101 0 10101 100101000 101001 1000001

Color Harmonies of #C57FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FCA

Black with #C57FCA

Text Example


Text Example

White with #C57FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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