Html Css Color HEX #C244FC Medium Orchid

📋 copy color: '#C244FC'

red 194 ◦ green 68 ◦ blue 252

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

Shades of Medium Orchid #C244FC

Tints of Medium Orchid #C244FC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.23%

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

R = 37.74%
G = 13.23%
B = 49.03%

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

#C244FC (or 0xC244FC) is known color: Medium Orchid. HEX triplet: C2, 44 and FC. RGB value is (194,68,252). Sum of RGB (Red+Green+Blue) = 194+68+252=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 68 (26.95% from 255 or 13.23% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #C244FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244FC is #3DBB03. Grayscale: #7E7E7E. Windows color (decimal): -4045572 or 16532674. OLE color: 16532674.

HSL color Cylindrical-coordinate representation of color #C244FC: hue angle of 281.09º 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 #C244FC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 68 252 -
CMYK 0.23 0.73 0 0.01
HSL 281.09º 0.97% 0.63% -
HSV(B) 281.09º 0.73% 0.99% -
XYZ 41.89 22.63 94.26 -
YUV 126.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 194 68 252 0.23 0.73 0 0.01 281.09 0.97 0.63
Hex C2 44 FC 17 49 0 1 119 61 3F
Octal 302 104 374 27 111 0 1 431 141 77
Binary 11000010 1000100 11111100 10111 1001001 0 1 100011001 1100001 111111

Color Harmonies of #C244FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244FC

Black with #C244FC

Text Example


Text Example

White with #C244FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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