Html Css Color HEX #C245FC Medium Orchid

📋 copy color: '#C245FC'

red 194 ◦ green 69 ◦ blue 252

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

Shades of Medium Orchid #C245FC

Tints of Medium Orchid #C245FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 37.67%
G = 13.4%
B = 48.93%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C245FC (or 0xC245FC) is known color: Medium Orchid. HEX triplet: C2, 45 and FC. RGB value is (194,69,252). Sum of RGB (Red+Green+Blue) = 194+69+252=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #C245FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245FC is #3DBA03. Grayscale: #7E7E7E. Windows color (decimal): -4045316 or 16532930. OLE color: 16532930.

HSL color Cylindrical-coordinate representation of color #C245FC: hue angle of 280.98º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C245FC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 69 252 -
CMYK 0.23 0.73 0 0.01
HSL 280.98º 0.97% 0.63% -
HSV(B) 280.98º 0.73% 0.99% -
XYZ 41.95 22.75 94.28 -
YUV 127.24 198.41 175.62 -
System Red Green Blue C M Y K H S L
Decimal 194 69 252 0.23 0.73 0 0.01 280.98 0.97 0.63
Hex C2 45 FC 17 49 0 1 119 61 3F
Octal 302 105 374 27 111 0 1 431 141 77
Binary 11000010 1000101 11111100 10111 1001001 0 1 100011001 1100001 111111

Color Harmonies of #C245FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245FC

Black with #C245FC

Text Example


Text Example

White with #C245FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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