Html Css Color HEX #C358CE Medium Orchid

📋 copy color: '#C358CE'

red 195 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #C358CE

Tints of Medium Orchid #C358CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 39.88%
G = 18%
B = 42.13%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C358CE (or 0xC358CE) is known color: Medium Orchid. HEX triplet: C3, 58 and CE. RGB value is (195,88,206). Sum of RGB (Red+Green+Blue) = 195+88+206=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #C358CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358CE is #3CA731. Grayscale: #858585. Windows color (decimal): -3974962 or 13523139. OLE color: 13523139.

HSL color Cylindrical-coordinate representation of color #C358CE: hue angle of 294.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C358CE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 88 206 -
CMYK 0.05 0.57 0 0.19
HSL 294.41º 0.55% 0.58% -
HSV(B) 294.41º 0.57% 0.81% -
XYZ 37.14 23.04 60.88 -
YUV 133.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 195 88 206 0.05 0.57 0 0.19 294.41 0.55 0.58
Hex C3 58 CE 5 39 0 13 126 37 3A
Octal 303 130 316 5 71 0 23 446 67 72
Binary 11000011 1011000 11001110 101 111001 0 10011 100100110 110111 111010

Color Harmonies of #C358CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358CE

Black with #C358CE

Text Example


Text Example

White with #C358CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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