Html Css Color HEX #C355FA Medium Orchid

📋 copy color: '#C355FA'

red 195 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #C355FA

Tints of Medium Orchid #C355FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 36.79%
G = 16.04%
B = 47.17%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C355FA (or 0xC355FA) is known color: Medium Orchid. HEX triplet: C3, 55 and FA. RGB value is (195,85,250). Sum of RGB (Red+Green+Blue) = 195+85+250=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #C355FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355FA is #3CAA05. Grayscale: #888888. Windows color (decimal): -3975686 or 16405955. OLE color: 16405955.

HSL color Cylindrical-coordinate representation of color #C355FA: hue angle of 280º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C355FA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 85 250 -
CMYK 0.22 0.66 0 0.02
HSL 280º 0.94% 0.66% -
HSV(B) 280º 0.66% 0.98% -
XYZ 43.01 25 93 -
YUV 136.7 191.94 169.58 -
System Red Green Blue C M Y K H S L
Decimal 195 85 250 0.22 0.66 0 0.02 280 0.94 0.66
Hex C3 55 FA 16 42 0 2 118 5E 42
Octal 303 125 372 26 102 0 2 430 136 102
Binary 11000011 1010101 11111010 10110 1000010 0 10 100011000 1011110 1000010

Color Harmonies of #C355FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355FA

Black with #C355FA

Text Example


Text Example

White with #C355FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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