Html Css Color HEX #C658F1 Medium Orchid

📋 copy color: '#C658F1'

red 198 ◦ green 88 ◦ blue 241

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

Shades of Medium Orchid #C658F1

Tints of Medium Orchid #C658F1

RGB

 RED value IS 198 (77.73% from 255) = 37.57%

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

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

R = 37.57%
G = 16.7%
B = 45.73%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C658F1 (or 0xC658F1) is known color: Medium Orchid. HEX triplet: C6, 58 and F1. RGB value is (198,88,241). Sum of RGB (Red+Green+Blue) = 198+88+241=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #C658F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C658F1 is #39A70E. Grayscale: #898989. Windows color (decimal): -3778319 or 15816902. OLE color: 15816902.

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

Color convert

RGB 198 88 241 -
CMYK 0.18 0.63 0 0.05
HSL 283.14º 0.85% 0.65% -
HSV(B) 283.14º 0.63% 0.95% -
XYZ 42.66 25.34 85.86 -
YUV 138.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 198 88 241 0.18 0.63 0 0.05 283.14 0.85 0.65
Hex C6 58 F1 12 3F 0 5 11B 55 41
Octal 306 130 361 22 77 0 5 433 125 101
Binary 11000110 1011000 11110001 10010 111111 0 101 100011011 1010101 1000001

Color Harmonies of #C658F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C658F1

Black with #C658F1

Text Example


Text Example

White with #C658F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C658F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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