Html Css Color HEX #C244FE Medium Orchid

📋 copy color: '#C244FE'

red 194 ◦ green 68 ◦ blue 254

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

Shades of Medium Orchid #C244FE

Tints of Medium Orchid #C244FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 37.6%
G = 13.18%
B = 49.22%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C244FE (or 0xC244FE) is known color: Medium Orchid. HEX triplet: C2, 44 and FE. RGB value is (194,68,254). Sum of RGB (Red+Green+Blue) = 194+68+254=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #C244FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244FE is #3DBB01. Grayscale: #7E7E7E. Windows color (decimal): -4045570 or 16663746. OLE color: 16663746.

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

Color convert

RGB 194 68 254 -
CMYK 0.24 0.73 0 0.00
HSL 280.65º 0.99% 0.63% -
HSV(B) 280.65º 0.73% 1% -
XYZ 42.2 22.76 95.93 -
YUV 126.88 199.74 175.88 -
System Red Green Blue C M Y K H S L
Decimal 194 68 254 0.24 0.73 0 0.00 280.65 0.99 0.63
Hex C2 44 FE 18 49 0 0 119 63 3F
Octal 302 104 376 30 111 0 0 431 143 77
Binary 11000010 1000100 11111110 11000 1001001 0 0 100011001 1100011 111111

Color Harmonies of #C244FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244FE

Black with #C244FE

Text Example


Text Example

White with #C244FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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