Html Css Color HEX #C658ED Medium Orchid

📋 copy color: '#C658ED'

red 198 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #C658ED

Tints of Medium Orchid #C658ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 37.86%
G = 16.83%
B = 45.32%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C658ED (or 0xC658ED) is known color: Medium Orchid. HEX triplet: C6, 58 and ED. RGB value is (198,88,237). Sum of RGB (Red+Green+Blue) = 198+88+237=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #C658ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C658ED is #39A712. Grayscale: #898989. Windows color (decimal): -3778323 or 15554758. OLE color: 15554758.

HSL color Cylindrical-coordinate representation of color #C658ED: hue angle of 284.3º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C658ED is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 88 237 -
CMYK 0.16 0.63 0 0.07
HSL 284.3º 0.81% 0.64% -
HSV(B) 284.3º 0.63% 0.93% -
XYZ 42.06 25.1 82.75 -
YUV 137.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 198 88 237 0.16 0.63 0 0.07 284.3 0.81 0.64
Hex C6 58 ED 10 3F 0 7 11C 51 40
Octal 306 130 355 20 77 0 7 434 121 100
Binary 11000110 1011000 11101101 10000 111111 0 111 100011100 1010001 1000000

Color Harmonies of #C658ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C658ED

Black with #C658ED

Text Example


Text Example

White with #C658ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C658ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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