Html Css Color HEX #C57ED6 Orchid

📋 copy color: '#C57ED6'

red 197 ◦ green 126 ◦ blue 214

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

Shades of Orchid #C57ED6

Tints of Orchid #C57ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.85%

R = 36.69%
G = 23.46%
B = 39.85%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C57ED6 (or 0xC57ED6) is known color: Orchid. HEX triplet: C5, 7E and D6. RGB value is (197,126,214). Sum of RGB (Red+Green+Blue) = 197+126+214=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #C57ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ED6 is #3A8129. Grayscale: #9C9C9C. Windows color (decimal): -3834154 or 14057157. OLE color: 14057157.

HSL color Cylindrical-coordinate representation of color #C57ED6: hue angle of 288.41º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57ED6 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 126 214 -
CMYK 0.08 0.41 0 0.16
HSL 288.41º 0.52% 0.67% -
HSV(B) 288.41º 0.41% 0.84% -
XYZ 42.62 31.65 67.48 -
YUV 157.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 197 126 214 0.08 0.41 0 0.16 288.41 0.52 0.67
Hex C5 7E D6 8 29 0 10 120 34 43
Octal 305 176 326 10 51 0 20 440 64 103
Binary 11000101 1111110 11010110 1000 101001 0 10000 100100000 110100 1000011

Color Harmonies of #C57ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ED6

Black with #C57ED6

Text Example


Text Example

White with #C57ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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