Html Css Color HEX #C858F1 Medium Orchid

📋 copy color: '#C858F1'

red 200 ◦ green 88 ◦ blue 241

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

Shades of Medium Orchid #C858F1

Tints of Medium Orchid #C858F1

RGB

 RED value IS 200 (78.52% from 255) = 37.81%

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

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

R = 37.81%
G = 16.64%
B = 45.56%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C858F1 (or 0xC858F1) is known color: Medium Orchid. HEX triplet: C8, 58 and F1. RGB value is (200,88,241). Sum of RGB (Red+Green+Blue) = 200+88+241=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #C858F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C858F1 is #37A70E. Grayscale: #8A8A8A. Windows color (decimal): -3647247 or 15816904. OLE color: 15816904.

HSL color Cylindrical-coordinate representation of color #C858F1: hue angle of 283.92º 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 #C858F1 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 88 241 -
CMYK 0.17 0.63 0 0.05
HSL 283.92º 0.85% 0.65% -
HSV(B) 283.92º 0.63% 0.95% -
XYZ 43.19 25.61 85.89 -
YUV 138.93 185.61 171.56 -
System Red Green Blue C M Y K H S L
Decimal 200 88 241 0.17 0.63 0 0.05 283.92 0.85 0.65
Hex C8 58 F1 11 3F 0 5 11C 55 41
Octal 310 130 361 21 77 0 5 434 125 101
Binary 11001000 1011000 11110001 10001 111111 0 101 100011100 1010101 1000001

Color Harmonies of #C858F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858F1

Black with #C858F1

Text Example


Text Example

White with #C858F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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