Html Css Color HEX #C257E6 Medium Orchid

📋 copy color: '#C257E6'

red 194 ◦ green 87 ◦ blue 230

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

Shades of Medium Orchid #C257E6

Tints of Medium Orchid #C257E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.01%

R = 37.96%
G = 17.03%
B = 45.01%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C257E6 (or 0xC257E6) is known color: Medium Orchid. HEX triplet: C2, 57 and E6. RGB value is (194,87,230). Sum of RGB (Red+Green+Blue) = 194+87+230=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #C257E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257E6 is #3DA819. Grayscale: #868686. Windows color (decimal): -4040730 or 15095746. OLE color: 15095746.

HSL color Cylindrical-coordinate representation of color #C257E6: hue angle of 284.9º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C257E6 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 87 230 -
CMYK 0.16 0.62 0 0.10
HSL 284.9º 0.74% 0.62% -
HSV(B) 284.9º 0.62% 0.9% -
XYZ 39.94 24 77.39 -
YUV 135.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 194 87 230 0.16 0.62 0 0.10 284.9 0.74 0.62
Hex C2 57 E6 10 3E 0 A 11D 4A 3E
Octal 302 127 346 20 76 0 12 435 112 76
Binary 11000010 1010111 11100110 10000 111110 0 1010 100011101 1001010 111110

Color Harmonies of #C257E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257E6

Black with #C257E6

Text Example


Text Example

White with #C257E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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