Html Css Color HEX #C57ED7 Orchid

📋 copy color: '#C57ED7'

red 197 ◦ green 126 ◦ blue 215

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

Shades of Orchid #C57ED7

Tints of Orchid #C57ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.96%

R = 36.62%
G = 23.42%
B = 39.96%

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

#C57ED7 (or 0xC57ED7) is known color: Orchid. HEX triplet: C5, 7E and D7. RGB value is (197,126,215). Sum of RGB (Red+Green+Blue) = 197+126+215=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #C57ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ED7 is #3A8128. Grayscale: #9D9D9D. Windows color (decimal): -3834153 or 14122693. OLE color: 14122693.

HSL color Cylindrical-coordinate representation of color #C57ED7: hue angle of 287.87º degrees, saturation: 0.53, 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 #C57ED7 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 126 215 -
CMYK 0.08 0.41 0 0.16
HSL 287.87º 0.53% 0.67% -
HSV(B) 287.87º 0.41% 0.84% -
XYZ 42.75 31.7 68.16 -
YUV 157.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 197 126 215 0.08 0.41 0 0.16 287.87 0.53 0.67
Hex C5 7E D7 8 29 0 10 120 35 43
Octal 305 176 327 10 51 0 20 440 65 103
Binary 11000101 1111110 11010111 1000 101001 0 10000 100100000 110101 1000011

Color Harmonies of #C57ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57ED7

Black with #C57ED7

Text Example


Text Example

White with #C57ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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