Html Css Color HEX #C257E2 Medium Orchid

📋 copy color: '#C257E2'

red 194 ◦ green 87 ◦ blue 226

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

Shades of Medium Orchid #C257E2

Tints of Medium Orchid #C257E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 38.26%
G = 17.16%
B = 44.58%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C257E2 (or 0xC257E2) is known color: Medium Orchid. HEX triplet: C2, 57 and E2. RGB value is (194,87,226). Sum of RGB (Red+Green+Blue) = 194+87+226=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #C257E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257E2 is #3DA81D. Grayscale: #868686. Windows color (decimal): -4040734 or 14833602. OLE color: 14833602.

HSL color Cylindrical-coordinate representation of color #C257E2: hue angle of 286.19º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C257E2 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 87 226 -
CMYK 0.14 0.62 0 0.11
HSL 286.19º 0.71% 0.61% -
HSV(B) 286.19º 0.62% 0.89% -
XYZ 39.38 23.78 74.47 -
YUV 134.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 194 87 226 0.14 0.62 0 0.11 286.19 0.71 0.61
Hex C2 57 E2 E 3E 0 B 11E 47 3D
Octal 302 127 342 16 76 0 13 436 107 75
Binary 11000010 1010111 11100010 1110 111110 0 1011 100011110 1000111 111101

Color Harmonies of #C257E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257E2

Black with #C257E2

Text Example


Text Example

White with #C257E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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