Html Css Color HEX #C041FE Medium Orchid

📋 copy color: '#C041FE'

red 192 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #C041FE

Tints of Medium Orchid #C041FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 37.57%
G = 12.72%
B = 49.71%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C041FE (or 0xC041FE) is known color: Medium Orchid. HEX triplet: C0, 41 and FE. RGB value is (192,65,254). Sum of RGB (Red+Green+Blue) = 192+65+254=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #C041FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041FE is #3FBE01. Grayscale: #7B7B7B. Windows color (decimal): -4177410 or 16662976. OLE color: 16662976.

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

Color convert

RGB 192 65 254 -
CMYK 0.24 0.74 0 0.00
HSL 280.32º 0.99% 0.63% -
HSV(B) 280.32º 0.74% 1% -
XYZ 41.52 22.14 95.85 -
YUV 124.52 201.08 176.13 -
System Red Green Blue C M Y K H S L
Decimal 192 65 254 0.24 0.74 0 0.00 280.32 0.99 0.63
Hex C0 41 FE 18 4A 0 0 118 63 3F
Octal 300 101 376 30 112 0 0 430 143 77
Binary 11000000 1000001 11111110 11000 1001010 0 0 100011000 1100011 111111

Color Harmonies of #C041FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041FE

Black with #C041FE

Text Example


Text Example

White with #C041FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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