Html Css Color HEX #C045FE Medium Orchid

📋 copy color: '#C045FE'

red 192 ◦ green 69 ◦ blue 254

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

Shades of Medium Orchid #C045FE

Tints of Medium Orchid #C045FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.4%

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

R = 37.28%
G = 13.4%
B = 49.32%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C045FE (or 0xC045FE) is known color: Medium Orchid. HEX triplet: C0, 45 and FE. RGB value is (192,69,254). Sum of RGB (Red+Green+Blue) = 192+69+254=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #C045FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045FE is #3FBA01. Grayscale: #7E7E7E. Windows color (decimal): -4176386 or 16664000. OLE color: 16664000.

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

Color convert

RGB 192 69 254 -
CMYK 0.24 0.73 0 0.00
HSL 279.89º 0.99% 0.63% -
HSV(B) 279.89º 0.73% 1% -
XYZ 41.76 22.62 95.93 -
YUV 126.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 192 69 254 0.24 0.73 0 0.00 279.89 0.99 0.63
Hex C0 45 FE 18 49 0 0 118 63 3F
Octal 300 105 376 30 111 0 0 430 143 77
Binary 11000000 1000101 11111110 11000 1001001 0 0 100011000 1100011 111111

Color Harmonies of #C045FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045FE

Black with #C045FE

Text Example


Text Example

White with #C045FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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