Html Css Color HEX #C353CF Medium Orchid

📋 copy color: '#C353CF'

red 195 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #C353CF

Tints of Medium Orchid #C353CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 40.21%
G = 17.11%
B = 42.68%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C353CF (or 0xC353CF) is known color: Medium Orchid. HEX triplet: C3, 53 and CF. RGB value is (195,83,207). Sum of RGB (Red+Green+Blue) = 195+83+207=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #C353CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353CF is #3CAC30. Grayscale: #828282. Windows color (decimal): -3976241 or 13587395. OLE color: 13587395.

HSL color Cylindrical-coordinate representation of color #C353CF: hue angle of 294.19º 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 #C353CF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 83 207 -
CMYK 0.06 0.60 0 0.19
HSL 294.19º 0.56% 0.57% -
HSV(B) 294.19º 0.6% 0.81% -
XYZ 36.86 22.29 61.39 -
YUV 130.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 195 83 207 0.06 0.60 0 0.19 294.19 0.56 0.57
Hex C3 53 CF 6 3C 0 13 126 38 39
Octal 303 123 317 6 74 0 23 446 70 71
Binary 11000011 1010011 11001111 110 111100 0 10011 100100110 111000 111001

Color Harmonies of #C353CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353CF

Black with #C353CF

Text Example


Text Example

White with #C353CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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