Html Css Color HEX #C340F9 Medium Orchid

📋 copy color: '#C340F9'

red 195 ◦ green 64 ◦ blue 249

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

Shades of Medium Orchid #C340F9

Tints of Medium Orchid #C340F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.6%

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

R = 38.39%
G = 12.6%
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

#C340F9 (or 0xC340F9) is known color: Medium Orchid. HEX triplet: C3, 40 and F9. RGB value is (195,64,249). Sum of RGB (Red+Green+Blue) = 195+64+249=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #C340F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C340F9 is #3CBF06. Grayscale: #7B7B7B. Windows color (decimal): -3981063 or 16335043. OLE color: 16335043.

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

Color convert

RGB 195 64 249 -
CMYK 0.22 0.74 0 0.02
HSL 282.49º 0.94% 0.61% -
HSV(B) 282.49º 0.74% 0.98% -
XYZ 41.44 22.11 91.71 -
YUV 124.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 195 64 249 0.22 0.74 0 0.02 282.49 0.94 0.61
Hex C3 40 F9 16 4A 0 2 11A 5E 3D
Octal 303 100 371 26 112 0 2 432 136 75
Binary 11000011 1000000 11111001 10110 1001010 0 10 100011010 1011110 111101

Color Harmonies of #C340F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340F9

Black with #C340F9

Text Example


Text Example

White with #C340F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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