Html Css Color HEX #C341FA Medium Orchid

📋 copy color: '#C341FA'

red 195 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #C341FA

Tints of Medium Orchid #C341FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.75%

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

R = 38.24%
G = 12.75%
B = 49.02%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C341FA (or 0xC341FA) is known color: Medium Orchid. HEX triplet: C3, 41 and FA. RGB value is (195,65,250). Sum of RGB (Red+Green+Blue) = 195+65+250=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #C341FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341FA is #3CBE05. Grayscale: #7C7C7C. Windows color (decimal): -3980806 or 16400835. OLE color: 16400835.

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

Color convert

RGB 195 65 250 -
CMYK 0.22 0.74 0 0.02
HSL 282.16º 0.95% 0.62% -
HSV(B) 282.16º 0.74% 0.98% -
XYZ 41.65 22.28 92.55 -
YUV 124.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 195 65 250 0.22 0.74 0 0.02 282.16 0.95 0.62
Hex C3 41 FA 16 4A 0 2 11A 5F 3E
Octal 303 101 372 26 112 0 2 432 137 76
Binary 11000011 1000001 11111010 10110 1001010 0 10 100011010 1011111 111110

Color Harmonies of #C341FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341FA

Black with #C341FA

Text Example


Text Example

White with #C341FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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