Html Css Color HEX #C358E8 Medium Orchid

📋 copy color: '#C358E8'

red 195 ◦ green 88 ◦ blue 232

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

Shades of Medium Orchid #C358E8

Tints of Medium Orchid #C358E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.05%

R = 37.86%
G = 17.09%
B = 45.05%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C358E8 (or 0xC358E8) is known color: Medium Orchid. HEX triplet: C3, 58 and E8. RGB value is (195,88,232). Sum of RGB (Red+Green+Blue) = 195+88+232=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #C358E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358E8 is #3CA717. Grayscale: #878787. Windows color (decimal): -3974936 or 15227075. OLE color: 15227075.

HSL color Cylindrical-coordinate representation of color #C358E8: hue angle of 284.58º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C358E8 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 88 232 -
CMYK 0.16 0.62 0 0.09
HSL 284.58º 0.76% 0.63% -
HSV(B) 284.58º 0.62% 0.91% -
XYZ 40.56 24.41 78.92 -
YUV 136.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 195 88 232 0.16 0.62 0 0.09 284.58 0.76 0.63
Hex C3 58 E8 10 3E 0 9 11D 4C 3F
Octal 303 130 350 20 76 0 11 435 114 77
Binary 11000011 1011000 11101000 10000 111110 0 1001 100011101 1001100 111111

Color Harmonies of #C358E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358E8

Black with #C358E8

Text Example


Text Example

White with #C358E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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