Html Css Color HEX #C353CE Medium Orchid

📋 copy color: '#C353CE'

red 195 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #C353CE

Tints of Medium Orchid #C353CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.15%

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

R = 40.29%
G = 17.15%
B = 42.56%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C353CE (or 0xC353CE) is known color: Medium Orchid. HEX triplet: C3, 53 and CE. RGB value is (195,83,206). Sum of RGB (Red+Green+Blue) = 195+83+206=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #C353CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353CE is #3CAC31. Grayscale: #828282. Windows color (decimal): -3976242 or 13521859. OLE color: 13521859.

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

Color convert

RGB 195 83 206 -
CMYK 0.05 0.60 0 0.19
HSL 294.63º 0.56% 0.57% -
HSV(B) 294.63º 0.6% 0.81% -
XYZ 36.74 22.24 60.75 -
YUV 130.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 195 83 206 0.05 0.60 0 0.19 294.63 0.56 0.57
Hex C3 53 CE 5 3C 0 13 127 38 39
Octal 303 123 316 5 74 0 23 447 70 71
Binary 11000011 1010011 11001110 101 111100 0 10011 100100111 111000 111001

Color Harmonies of #C353CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353CE

Black with #C353CE

Text Example


Text Example

White with #C353CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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