Html Css Color HEX #C57ECA Orchid

📋 copy color: '#C57ECA'

red 197 ◦ green 126 ◦ blue 202

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

Shades of Orchid #C57ECA

Tints of Orchid #C57ECA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24%

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

R = 37.52%
G = 24%
B = 38.48%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C57ECA (or 0xC57ECA) is known color: Orchid. HEX triplet: C5, 7E and CA. RGB value is (197,126,202). Sum of RGB (Red+Green+Blue) = 197+126+202=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C57ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ECA is #3A8135. Grayscale: #9B9B9B. Windows color (decimal): -3834166 or 13270725. OLE color: 13270725.

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

Color convert

RGB 197 126 202 -
CMYK 0.02 0.38 0 0.21
HSL 296.05º 0.42% 0.64% -
HSV(B) 296.05º 0.38% 0.79% -
XYZ 41.15 31.06 59.7 -
YUV 155.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 197 126 202 0.02 0.38 0 0.21 296.05 0.42 0.64
Hex C5 7E CA 2 26 0 15 128 2A 40
Octal 305 176 312 2 46 0 25 450 52 100
Binary 11000101 1111110 11001010 10 100110 0 10101 100101000 101010 1000000

Color Harmonies of #C57ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ECA

Black with #C57ECA

Text Example


Text Example

White with #C57ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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