Html Css Color HEX #C57ECC Orchid

📋 copy color: '#C57ECC'

red 197 ◦ green 126 ◦ blue 204

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

Shades of Orchid #C57ECC

Tints of Orchid #C57ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 37.38%
G = 23.91%
B = 38.71%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C57ECC (or 0xC57ECC) is known color: Orchid. HEX triplet: C5, 7E and CC. RGB value is (197,126,204). Sum of RGB (Red+Green+Blue) = 197+126+204=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C57ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ECC is #3A8133. Grayscale: #9B9B9B. Windows color (decimal): -3834164 or 13401797. OLE color: 13401797.

HSL color Cylindrical-coordinate representation of color #C57ECC: hue angle of 294.62º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57ECC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 126 204 -
CMYK 0.03 0.38 0 0.2
HSL 294.62º 0.43% 0.65% -
HSV(B) 294.62º 0.38% 0.8% -
XYZ 41.39 31.15 60.96 -
YUV 156.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 197 126 204 0.03 0.38 0 0.2 294.62 0.43 0.65
Hex C5 7E CC 3 26 0 14 127 2B 41
Octal 305 176 314 3 46 0 24 447 53 101
Binary 11000101 1111110 11001100 11 100110 0 10100 100100111 101011 1000001

Color Harmonies of #C57ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ECC

Black with #C57ECC

Text Example


Text Example

White with #C57ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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