Html Css Color HEX #C258F1 Medium Orchid

📋 copy color: '#C258F1'

red 194 ◦ green 88 ◦ blue 241

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

Shades of Medium Orchid #C258F1

Tints of Medium Orchid #C258F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.83%

 BLUE value IS 241 (94.53% from 255) = 46.08%

R = 37.09%
G = 16.83%
B = 46.08%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C258F1 (or 0xC258F1) is known color: Medium Orchid. HEX triplet: C2, 58 and F1. RGB value is (194,88,241). Sum of RGB (Red+Green+Blue) = 194+88+241=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #C258F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C258F1 is #3DA70E. Grayscale: #888888. Windows color (decimal): -4040463 or 15816898. OLE color: 15816898.

HSL color Cylindrical-coordinate representation of color #C258F1: hue angle of 281.57º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C258F1 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 88 241 -
CMYK 0.20 0.63 0 0.05
HSL 281.57º 0.85% 0.65% -
HSV(B) 281.57º 0.63% 0.95% -
XYZ 41.62 24.8 85.81 -
YUV 137.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 194 88 241 0.20 0.63 0 0.05 281.57 0.85 0.65
Hex C2 58 F1 14 3F 0 5 11A 55 41
Octal 302 130 361 24 77 0 5 432 125 101
Binary 11000010 1011000 11110001 10100 111111 0 101 100011010 1010101 1000001

Color Harmonies of #C258F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258F1

Black with #C258F1

Text Example


Text Example

White with #C258F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258F1; }

 p { color: rgb(194,88,241); }

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

background-color css

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

 a { background-color: rgb(194,88,241); }

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

border-color css

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

 span { border-color: rgb(194,88,241); }

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