Html Css Color HEX #C041FF Medium Orchid

📋 copy color: '#C041FF'

red 192 ◦ green 65 ◦ blue 255

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

Shades of Medium Orchid #C041FF

Tints of Medium Orchid #C041FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.7%

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

R = 37.5%
G = 12.7%
B = 49.8%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C041FF (or 0xC041FF) is known color: Medium Orchid. HEX triplet: C0, 41 and FF. RGB value is (192,65,255). Sum of RGB (Red+Green+Blue) = 192+65+255=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #C041FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041FF is #3FBE00. Grayscale: #7B7B7B. Windows color (decimal): -4177409 or 16728512. OLE color: 16728512.

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

Color convert

RGB 192 65 255 -
CMYK 0.25 0.75 0 0
HSL 280.11º 1% 0.63% -
HSV(B) 280.11º 0.75% 1% -
XYZ 41.68 22.21 96.7 -
YUV 124.63 201.58 176.05 -
System Red Green Blue C M Y K H S L
Decimal 192 65 255 0.25 0.75 0 0 280.11 1 0.63
Hex C0 41 FF 19 4B 0 0 118 64 3F
Octal 300 101 377 31 113 0 0 430 144 77
Binary 11000000 1000001 11111111 11001 1001011 0 0 100011000 1100100 111111

Color Harmonies of #C041FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041FF

Black with #C041FF

Text Example


Text Example

White with #C041FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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