Html Css Color HEX #C257ED Medium Orchid

📋 copy color: '#C257ED'

red 194 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #C257ED

Tints of Medium Orchid #C257ED

RGB

 RED value IS 194 (76.17% from 255) = 37.45%

 GREEN value IS 87 (34.38% from 255) = 16.8%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 37.45%
G = 16.8%
B = 45.75%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C257ED (or 0xC257ED) is known color: Medium Orchid. HEX triplet: C2, 57 and ED. RGB value is (194,87,237). Sum of RGB (Red+Green+Blue) = 194+87+237=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #C257ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257ED is #3DA812. Grayscale: #878787. Windows color (decimal): -4040723 or 15554498. OLE color: 15554498.

HSL color Cylindrical-coordinate representation of color #C257ED: hue angle of 282.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C257ED is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 87 237 -
CMYK 0.18 0.63 0 0.07
HSL 282.8º 0.81% 0.64% -
HSV(B) 282.8º 0.63% 0.93% -
XYZ 40.94 24.4 82.67 -
YUV 136.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 194 87 237 0.18 0.63 0 0.07 282.8 0.81 0.64
Hex C2 57 ED 12 3F 0 7 11B 51 40
Octal 302 127 355 22 77 0 7 433 121 100
Binary 11000010 1010111 11101101 10010 111111 0 111 100011011 1010001 1000000

Color Harmonies of #C257ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257ED

Black with #C257ED

Text Example


Text Example

White with #C257ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257ED; }

 p { color: rgb(194,87,237); }

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

background-color css

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

 a { background-color: rgb(194,87,237); }

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

border-color css

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

 span { border-color: rgb(194,87,237); }

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