Html Css Color HEX #C044FF Medium Orchid

📋 copy color: '#C044FF'

red 192 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #C044FF

Tints of Medium Orchid #C044FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 37.28%
G = 13.2%
B = 49.51%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C044FF (or 0xC044FF) is known color: Medium Orchid. HEX triplet: C0, 44 and FF. RGB value is (192,68,255). Sum of RGB (Red+Green+Blue) = 192+68+255=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #C044FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044FF is #3FBB00. Grayscale: #7D7D7D. Windows color (decimal): -4176641 or 16729280. OLE color: 16729280.

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

Color convert

RGB 192 68 255 -
CMYK 0.25 0.73 0 0
HSL 279.79º 1% 0.63% -
HSV(B) 279.79º 0.73% 1% -
XYZ 41.86 22.56 96.76 -
YUV 126.39 200.58 174.79 -
System Red Green Blue C M Y K H S L
Decimal 192 68 255 0.25 0.73 0 0 279.79 1 0.63
Hex C0 44 FF 19 49 0 0 118 64 3F
Octal 300 104 377 31 111 0 0 430 144 77
Binary 11000000 1000100 11111111 11001 1001001 0 0 100011000 1100100 111111

Color Harmonies of #C044FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044FF

Black with #C044FF

Text Example


Text Example

White with #C044FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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