Html Css Color HEX #C358EE Medium Orchid

📋 copy color: '#C358EE'

red 195 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #C358EE

Tints of Medium Orchid #C358EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 37.43%
G = 16.89%
B = 45.68%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C358EE (or 0xC358EE) is known color: Medium Orchid. HEX triplet: C3, 58 and EE. RGB value is (195,88,238). Sum of RGB (Red+Green+Blue) = 195+88+238=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #C358EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358EE is #3CA711. Grayscale: #888888. Windows color (decimal): -3974930 or 15620291. OLE color: 15620291.

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

Color convert

RGB 195 88 238 -
CMYK 0.18 0.63 0 0.07
HSL 282.8º 0.82% 0.64% -
HSV(B) 282.8º 0.63% 0.93% -
XYZ 41.43 24.75 83.48 -
YUV 137.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 195 88 238 0.18 0.63 0 0.07 282.8 0.82 0.64
Hex C3 58 EE 12 3F 0 7 11B 52 40
Octal 303 130 356 22 77 0 7 433 122 100
Binary 11000011 1011000 11101110 10010 111111 0 111 100011011 1010010 1000000

Color Harmonies of #C358EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358EE

Black with #C358EE

Text Example


Text Example

White with #C358EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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