Html Css Color HEX #C332F1 Medium Orchid

📋 copy color: '#C332F1'

red 195 ◦ green 50 ◦ blue 241

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

Shades of Medium Orchid #C332F1

Tints of Medium Orchid #C332F1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.29%

 BLUE value IS 241 (94.53% from 255) = 49.59%

R = 40.12%
G = 10.29%
B = 49.59%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C332F1 (or 0xC332F1) is known color: Medium Orchid. HEX triplet: C3, 32 and F1. RGB value is (195,50,241). Sum of RGB (Red+Green+Blue) = 195+50+241=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #C332F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332F1 is #3CCD0E. Grayscale: #727272. Windows color (decimal): -3984655 or 15807171. OLE color: 15807171.

HSL color Cylindrical-coordinate representation of color #C332F1: hue angle of 285.55º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C332F1 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 50 241 -
CMYK 0.19 0.79 0 0.05
HSL 285.55º 0.87% 0.57% -
HSV(B) 285.55º 0.79% 0.95% -
XYZ 39.52 20.23 85.04 -
YUV 115.13 199.04 184.97 -
System Red Green Blue C M Y K H S L
Decimal 195 50 241 0.19 0.79 0 0.05 285.55 0.87 0.57
Hex C3 32 F1 13 4F 0 5 11E 57 39
Octal 303 62 361 23 117 0 5 436 127 71
Binary 11000011 110010 11110001 10011 1001111 0 101 100011110 1010111 111001

Color Harmonies of #C332F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332F1

Black with #C332F1

Text Example


Text Example

White with #C332F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332F1; }

 p { color: rgb(195,50,241); }

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

background-color css

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

 a { background-color: rgb(195,50,241); }

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

border-color css

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

 span { border-color: rgb(195,50,241); }

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