Html Css Color HEX #C341F9 Medium Orchid

📋 copy color: '#C341F9'

red 195 ◦ green 65 ◦ blue 249

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

Shades of Medium Orchid #C341F9

Tints of Medium Orchid #C341F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.92%

R = 38.31%
G = 12.77%
B = 48.92%

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

#C341F9 (or 0xC341F9) is known color: Medium Orchid. HEX triplet: C3, 41 and F9. RGB value is (195,65,249). Sum of RGB (Red+Green+Blue) = 195+65+249=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #C341F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341F9 is #3CBE06. Grayscale: #7C7C7C. Windows color (decimal): -3980807 or 16335299. OLE color: 16335299.

HSL color Cylindrical-coordinate representation of color #C341F9: hue angle of 282.39º degrees, saturation: 0.94, 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 #C341F9 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 65 249 -
CMYK 0.22 0.74 0 0.02
HSL 282.39º 0.94% 0.62% -
HSV(B) 282.39º 0.74% 0.98% -
XYZ 41.49 22.22 91.72 -
YUV 124.85 198.07 178.04 -
System Red Green Blue C M Y K H S L
Decimal 195 65 249 0.22 0.74 0 0.02 282.39 0.94 0.62
Hex C3 41 F9 16 4A 0 2 11A 5E 3E
Octal 303 101 371 26 112 0 2 432 136 76
Binary 11000011 1000001 11111001 10110 1001010 0 10 100011010 1011110 111110

Color Harmonies of #C341F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341F9

Black with #C341F9

Text Example


Text Example

White with #C341F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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