Html Css Color HEX #C257F5 Medium Orchid

📋 copy color: '#C257F5'

red 194 ◦ green 87 ◦ blue 245

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

Shades of Medium Orchid #C257F5

Tints of Medium Orchid #C257F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.58%

R = 36.88%
G = 16.54%
B = 46.58%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C257F5 (or 0xC257F5) is known color: Medium Orchid. HEX triplet: C2, 57 and F5. RGB value is (194,87,245). Sum of RGB (Red+Green+Blue) = 194+87+245=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #C257F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257F5 is #3DA80A. Grayscale: #888888. Windows color (decimal): -4040715 or 16078786. OLE color: 16078786.

HSL color Cylindrical-coordinate representation of color #C257F5: hue angle of 280.63º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C257F5 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 87 245 -
CMYK 0.21 0.64 0 0.04
HSL 280.63º 0.89% 0.65% -
HSV(B) 280.63º 0.64% 0.96% -
XYZ 42.14 24.88 88.97 -
YUV 137.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 194 87 245 0.21 0.64 0 0.04 280.63 0.89 0.65
Hex C2 57 F5 15 40 0 4 119 59 41
Octal 302 127 365 25 100 0 4 431 131 101
Binary 11000010 1010111 11110101 10101 1000000 0 100 100011001 1011001 1000001

Color Harmonies of #C257F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257F5

Black with #C257F5

Text Example


Text Example

White with #C257F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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