Html Css Color HEX #C658EB Medium Orchid

📋 copy color: '#C658EB'

red 198 ◦ green 88 ◦ blue 235

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

Shades of Medium Orchid #C658EB

Tints of Medium Orchid #C658EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 38%
G = 16.89%
B = 45.11%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C658EB (or 0xC658EB) is known color: Medium Orchid. HEX triplet: C6, 58 and EB. RGB value is (198,88,235). Sum of RGB (Red+Green+Blue) = 198+88+235=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #C658EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C658EB is #39A714. Grayscale: #898989. Windows color (decimal): -3778325 or 15423686. OLE color: 15423686.

HSL color Cylindrical-coordinate representation of color #C658EB: hue angle of 284.9º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C658EB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 88 235 -
CMYK 0.16 0.63 0 0.08
HSL 284.9º 0.79% 0.63% -
HSV(B) 284.9º 0.63% 0.92% -
XYZ 41.77 24.98 81.22 -
YUV 137.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 198 88 235 0.16 0.63 0 0.08 284.9 0.79 0.63
Hex C6 58 EB 10 3F 0 8 11D 4F 3F
Octal 306 130 353 20 77 0 10 435 117 77
Binary 11000110 1011000 11101011 10000 111111 0 1000 100011101 1001111 111111

Color Harmonies of #C658EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C658EB

Black with #C658EB

Text Example


Text Example

White with #C658EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C658EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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