Html Css Color HEX #C257E1 Medium Orchid

📋 copy color: '#C257E1'

red 194 ◦ green 87 ◦ blue 225

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

Shades of Medium Orchid #C257E1

Tints of Medium Orchid #C257E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.47%

R = 38.34%
G = 17.19%
B = 44.47%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C257E1 (or 0xC257E1) is known color: Medium Orchid. HEX triplet: C2, 57 and E1. RGB value is (194,87,225). Sum of RGB (Red+Green+Blue) = 194+87+225=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #C257E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257E1 is #3DA81E. Grayscale: #868686. Windows color (decimal): -4040735 or 14768066. OLE color: 14768066.

HSL color Cylindrical-coordinate representation of color #C257E1: hue angle of 286.52º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C257E1 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 87 225 -
CMYK 0.14 0.61 0 0.12
HSL 286.52º 0.7% 0.61% -
HSV(B) 286.52º 0.61% 0.88% -
XYZ 39.25 23.72 73.74 -
YUV 134.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 194 87 225 0.14 0.61 0 0.12 286.52 0.7 0.61
Hex C2 57 E1 E 3D 0 C 11F 46 3D
Octal 302 127 341 16 75 0 14 437 106 75
Binary 11000010 1010111 11100001 1110 111101 0 1100 100011111 1000110 111101

Color Harmonies of #C257E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257E1

Black with #C257E1

Text Example


Text Example

White with #C257E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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