Html Css Color HEX #C355EF Medium Orchid

📋 copy color: '#C355EF'

red 195 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #C355EF

Tints of Medium Orchid #C355EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.38%

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 37.57%
G = 16.38%
B = 46.05%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C355EF (or 0xC355EF) is known color: Medium Orchid. HEX triplet: C3, 55 and EF. RGB value is (195,85,239). Sum of RGB (Red+Green+Blue) = 195+85+239=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #C355EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355EF is #3CAA10. Grayscale: #868686. Windows color (decimal): -3975697 or 15685059. OLE color: 15685059.

HSL color Cylindrical-coordinate representation of color #C355EF: hue angle of 282.86º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C355EF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 85 239 -
CMYK 0.18 0.64 0 0.06
HSL 282.86º 0.83% 0.64% -
HSV(B) 282.86º 0.64% 0.94% -
XYZ 41.33 24.33 84.18 -
YUV 135.45 186.44 170.48 -
System Red Green Blue C M Y K H S L
Decimal 195 85 239 0.18 0.64 0 0.06 282.86 0.83 0.64
Hex C3 55 EF 12 40 0 6 11B 53 40
Octal 303 125 357 22 100 0 6 433 123 100
Binary 11000011 1010101 11101111 10010 1000000 0 110 100011011 1010011 1000000

Color Harmonies of #C355EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355EF

Black with #C355EF

Text Example


Text Example

White with #C355EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355EF; }

 p { color: rgb(195,85,239); }

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

background-color css

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

 a { background-color: rgb(195,85,239); }

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

border-color css

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

 span { border-color: rgb(195,85,239); }

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