Html Css Color HEX #C044FA Medium Orchid

📋 copy color: '#C044FA'

red 192 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #C044FA

Tints of Medium Orchid #C044FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 37.65%
G = 13.33%
B = 49.02%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C044FA (or 0xC044FA) is known color: Medium Orchid. HEX triplet: C0, 44 and FA. RGB value is (192,68,250). Sum of RGB (Red+Green+Blue) = 192+68+250=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #C044FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044FA is #3FBB05. Grayscale: #7D7D7D. Windows color (decimal): -4176646 or 16401600. OLE color: 16401600.

HSL color Cylindrical-coordinate representation of color #C044FA: hue angle of 280.88º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C044FA is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 68 250 -
CMYK 0.23 0.73 0 0.02
HSL 280.88º 0.95% 0.62% -
HSV(B) 280.88º 0.73% 0.98% -
XYZ 41.06 22.24 92.57 -
YUV 125.82 198.08 175.2 -
System Red Green Blue C M Y K H S L
Decimal 192 68 250 0.23 0.73 0 0.02 280.88 0.95 0.62
Hex C0 44 FA 17 49 0 2 119 5F 3E
Octal 300 104 372 27 111 0 2 431 137 76
Binary 11000000 1000100 11111010 10111 1001001 0 10 100011001 1011111 111110

Color Harmonies of #C044FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044FA

Black with #C044FA

Text Example


Text Example

White with #C044FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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