Html Css Color HEX #C244F4 Medium Orchid

📋 copy color: '#C244F4'

red 194 ◦ green 68 ◦ blue 244

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

Shades of Medium Orchid #C244F4

Tints of Medium Orchid #C244F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.22%

R = 38.34%
G = 13.44%
B = 48.22%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C244F4 (or 0xC244F4) is known color: Medium Orchid. HEX triplet: C2, 44 and F4. RGB value is (194,68,244). Sum of RGB (Red+Green+Blue) = 194+68+244=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #C244F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244F4 is #3DBB0B. Grayscale: #7D7D7D. Windows color (decimal): -4045580 or 16008386. OLE color: 16008386.

HSL color Cylindrical-coordinate representation of color #C244F4: hue angle of 282.95º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C244F4 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 68 244 -
CMYK 0.20 0.72 0 0.04
HSL 282.95º 0.89% 0.61% -
HSV(B) 282.95º 0.72% 0.96% -
XYZ 40.64 22.14 87.72 -
YUV 125.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 194 68 244 0.20 0.72 0 0.04 282.95 0.89 0.61
Hex C2 44 F4 14 48 0 4 11B 59 3D
Octal 302 104 364 24 110 0 4 433 131 75
Binary 11000010 1000100 11110100 10100 1001000 0 100 100011011 1011001 111101

Color Harmonies of #C244F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244F4

Black with #C244F4

Text Example


Text Example

White with #C244F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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