Html Css Color HEX #C044F4 Medium Orchid

📋 copy color: '#C044F4'

red 192 ◦ green 68 ◦ blue 244

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

Shades of Medium Orchid #C044F4

Tints of Medium Orchid #C044F4

RGB

 RED value IS 192 (75.39% from 255) = 38.1%

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

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

R = 38.1%
G = 13.49%
B = 48.41%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C044F4 (or 0xC044F4) is known color: Medium Orchid. HEX triplet: C0, 44 and F4. RGB value is (192,68,244). Sum of RGB (Red+Green+Blue) = 192+68+244=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #C044F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044F4 is #3FBB0B. Grayscale: #7C7C7C. Windows color (decimal): -4176652 or 16008384. OLE color: 16008384.

HSL color Cylindrical-coordinate representation of color #C044F4: hue angle of 282.27º 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 #C044F4 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 68 244 -
CMYK 0.21 0.72 0 0.04
HSL 282.27º 0.89% 0.61% -
HSV(B) 282.27º 0.72% 0.96% -
XYZ 40.13 21.87 87.69 -
YUV 125.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 192 68 244 0.21 0.72 0 0.04 282.27 0.89 0.61
Hex C0 44 F4 15 48 0 4 11A 59 3D
Octal 300 104 364 25 110 0 4 432 131 75
Binary 11000000 1000100 11110100 10101 1001000 0 100 100011010 1011001 111101

Color Harmonies of #C044F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044F4

Black with #C044F4

Text Example


Text Example

White with #C044F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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