Html Css Color HEX #C040FD Medium Orchid

📋 copy color: '#C040FD'

red 192 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #C040FD

Tints of Medium Orchid #C040FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 37.72%
G = 12.57%
B = 49.71%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C040FD (or 0xC040FD) is known color: Medium Orchid. HEX triplet: C0, 40 and FD. RGB value is (192,64,253). Sum of RGB (Red+Green+Blue) = 192+64+253=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #C040FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040FD is #3FBF02. Grayscale: #7B7B7B. Windows color (decimal): -4177667 or 16597184. OLE color: 16597184.

HSL color Cylindrical-coordinate representation of color #C040FD: hue angle of 280.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C040FD is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 64 253 -
CMYK 0.24 0.75 0 0.01
HSL 280.63º 0.98% 0.62% -
HSV(B) 280.63º 0.75% 0.99% -
XYZ 41.3 21.97 94.99 -
YUV 123.82 200.91 176.63 -
System Red Green Blue C M Y K H S L
Decimal 192 64 253 0.24 0.75 0 0.01 280.63 0.98 0.62
Hex C0 40 FD 18 4B 0 1 119 62 3E
Octal 300 100 375 30 113 0 1 431 142 76
Binary 11000000 1000000 11111101 11000 1001011 0 1 100011001 1100010 111110

Color Harmonies of #C040FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040FD

Black with #C040FD

Text Example


Text Example

White with #C040FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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