Html Css Color HEX #C040FF Medium Orchid

📋 copy color: '#C040FF'

red 192 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #C040FF

Tints of Medium Orchid #C040FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.52%

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

R = 37.57%
G = 12.52%
B = 49.9%

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

#C040FF (or 0xC040FF) is known color: Medium Orchid. HEX triplet: C0, 40 and FF. RGB value is (192,64,255). Sum of RGB (Red+Green+Blue) = 192+64+255=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #C040FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040FF is #3FBF00. Grayscale: #7B7B7B. Windows color (decimal): -4177665 or 16728256. OLE color: 16728256.

HSL color Cylindrical-coordinate representation of color #C040FF: hue angle of 280.21º 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 #C040FF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 64 255 -
CMYK 0.25 0.75 0 0
HSL 280.21º 1% 0.63% -
HSV(B) 280.21º 0.75% 1% -
XYZ 41.62 22.09 96.68 -
YUV 124.05 201.91 176.47 -
System Red Green Blue C M Y K H S L
Decimal 192 64 255 0.25 0.75 0 0 280.21 1 0.63
Hex C0 40 FF 19 4B 0 0 118 64 3F
Octal 300 100 377 31 113 0 0 430 144 77
Binary 11000000 1000000 11111111 11001 1001011 0 0 100011000 1100100 111111

Color Harmonies of #C040FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040FF

Black with #C040FF

Text Example


Text Example

White with #C040FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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