Html Css Color HEX #C044F6 Medium Orchid

📋 copy color: '#C044F6'

red 192 ◦ green 68 ◦ blue 246

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

Shades of Medium Orchid #C044F6

Tints of Medium Orchid #C044F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 37.94%
G = 13.44%
B = 48.62%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C044F6 (or 0xC044F6) is known color: Medium Orchid. HEX triplet: C0, 44 and F6. RGB value is (192,68,246). Sum of RGB (Red+Green+Blue) = 192+68+246=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #C044F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044F6 is #3FBB09. Grayscale: #7C7C7C. Windows color (decimal): -4176650 or 16139456. OLE color: 16139456.

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

Color convert

RGB 192 68 246 -
CMYK 0.22 0.72 0 0.04
HSL 281.8º 0.91% 0.62% -
HSV(B) 281.8º 0.72% 0.96% -
XYZ 40.44 21.99 89.3 -
YUV 125.37 196.08 175.53 -
System Red Green Blue C M Y K H S L
Decimal 192 68 246 0.22 0.72 0 0.04 281.8 0.91 0.62
Hex C0 44 F6 16 48 0 4 11A 5B 3E
Octal 300 104 366 26 110 0 4 432 133 76
Binary 11000000 1000100 11110110 10110 1001000 0 100 100011010 1011011 111110

Color Harmonies of #C044F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044F6

Black with #C044F6

Text Example


Text Example

White with #C044F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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