Html Css Color HEX #C335F3 Medium Orchid

📋 copy color: '#C335F3'

red 195 ◦ green 53 ◦ blue 243

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

Shades of Medium Orchid #C335F3

Tints of Medium Orchid #C335F3

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.79%

 BLUE value IS 243 (95.31% from 255) = 49.49%

R = 39.71%
G = 10.79%
B = 49.49%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C335F3 (or 0xC335F3) is known color: Medium Orchid. HEX triplet: C3, 35 and F3. RGB value is (195,53,243). Sum of RGB (Red+Green+Blue) = 195+53+243=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 53 (21.09% from 255 or 10.79% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #C335F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C335F3 is #3CCA0C. Grayscale: #747474. Windows color (decimal): -3983885 or 15939011. OLE color: 15939011.

HSL color Cylindrical-coordinate representation of color #C335F3: hue angle of 284.84º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C335F3 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 53 243 -
CMYK 0.20 0.78 0 0.05
HSL 284.84º 0.89% 0.58% -
HSV(B) 284.84º 0.78% 0.95% -
XYZ 39.96 20.62 86.67 -
YUV 117.12 199.04 183.55 -
System Red Green Blue C M Y K H S L
Decimal 195 53 243 0.20 0.78 0 0.05 284.84 0.89 0.58
Hex C3 35 F3 14 4E 0 5 11D 59 3A
Octal 303 65 363 24 116 0 5 435 131 72
Binary 11000011 110101 11110011 10100 1001110 0 101 100011101 1011001 111010

Color Harmonies of #C335F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335F3

Black with #C335F3

Text Example


Text Example

White with #C335F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335F3; }

 p { color: rgb(195,53,243); }

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

background-color css

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

 a { background-color: rgb(195,53,243); }

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

border-color css

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

 span { border-color: rgb(195,53,243); }

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