Html Css Color HEX #C358EB Medium Orchid

📋 copy color: '#C358EB'

red 195 ◦ green 88 ◦ blue 235

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

Shades of Medium Orchid #C358EB

Tints of Medium Orchid #C358EB

RGB

 RED value IS 195 (76.56% from 255) = 37.64%

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

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

R = 37.64%
G = 16.99%
B = 45.37%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C358EB (or 0xC358EB) is known color: Medium Orchid. HEX triplet: C3, 58 and EB. RGB value is (195,88,235). Sum of RGB (Red+Green+Blue) = 195+88+235=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #C358EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358EB is #3CA714. Grayscale: #888888. Windows color (decimal): -3974933 or 15423683. OLE color: 15423683.

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

Color convert

RGB 195 88 235 -
CMYK 0.17 0.63 0 0.08
HSL 283.67º 0.79% 0.63% -
HSV(B) 283.67º 0.63% 0.92% -
XYZ 40.99 24.58 81.18 -
YUV 136.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 195 88 235 0.17 0.63 0 0.08 283.67 0.79 0.63
Hex C3 58 EB 11 3F 0 8 11C 4F 3F
Octal 303 130 353 21 77 0 10 434 117 77
Binary 11000011 1011000 11101011 10001 111111 0 1000 100011100 1001111 111111

Color Harmonies of #C358EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358EB

Black with #C358EB

Text Example


Text Example

White with #C358EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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