Html Css Color HEX #C57ECE Orchid

📋 copy color: '#C57ECE'

red 197 ◦ green 126 ◦ blue 206

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

Shades of Orchid #C57ECE

Tints of Orchid #C57ECE

RGB

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

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

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

R = 37.24%
G = 23.82%
B = 38.94%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C57ECE (or 0xC57ECE) is known color: Orchid. HEX triplet: C5, 7E and CE. RGB value is (197,126,206). Sum of RGB (Red+Green+Blue) = 197+126+206=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #C57ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ECE is #3A8131. Grayscale: #9C9C9C. Windows color (decimal): -3834162 or 13532869. OLE color: 13532869.

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

Color convert

RGB 197 126 206 -
CMYK 0.04 0.39 0 0.19
HSL 293.25º 0.45% 0.65% -
HSV(B) 293.25º 0.39% 0.81% -
XYZ 41.63 31.25 62.23 -
YUV 156.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 197 126 206 0.04 0.39 0 0.19 293.25 0.45 0.65
Hex C5 7E CE 4 27 0 13 125 2D 41
Octal 305 176 316 4 47 0 23 445 55 101
Binary 11000101 1111110 11001110 100 100111 0 10011 100100101 101101 1000001

Color Harmonies of #C57ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ECE

Black with #C57ECE

Text Example


Text Example

White with #C57ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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