Html Css Color HEX #C245F9 Medium Orchid

📋 copy color: '#C245F9'

red 194 ◦ green 69 ◦ blue 249

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

Shades of Medium Orchid #C245F9

Tints of Medium Orchid #C245F9

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

 GREEN value IS 69 (27.34% from 255) = 13.48%

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

R = 37.89%
G = 13.48%
B = 48.63%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C245F9 (or 0xC245F9) is known color: Medium Orchid. HEX triplet: C2, 45 and F9. RGB value is (194,69,249). Sum of RGB (Red+Green+Blue) = 194+69+249=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #C245F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245F9 is #3DBA06. Grayscale: #7E7E7E. Windows color (decimal): -4045319 or 16336322. OLE color: 16336322.

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

Color convert

RGB 194 69 249 -
CMYK 0.22 0.72 0 0.02
HSL 281.67º 0.94% 0.62% -
HSV(B) 281.67º 0.72% 0.98% -
XYZ 41.48 22.57 91.79 -
YUV 126.9 196.91 175.86 -
System Red Green Blue C M Y K H S L
Decimal 194 69 249 0.22 0.72 0 0.02 281.67 0.94 0.62
Hex C2 45 F9 16 48 0 2 11A 5E 3E
Octal 302 105 371 26 110 0 2 432 136 76
Binary 11000010 1000101 11111001 10110 1001000 0 10 100011010 1011110 111110

Color Harmonies of #C245F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245F9

Black with #C245F9

Text Example


Text Example

White with #C245F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245F9; }

 p { color: rgb(194,69,249); }

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

background-color css

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

 a { background-color: rgb(194,69,249); }

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

border-color css

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

 span { border-color: rgb(194,69,249); }

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