Html Css Color HEX #C043FE Medium Orchid

📋 copy color: '#C043FE'

red 192 ◦ green 67 ◦ blue 254

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

Shades of Medium Orchid #C043FE

Tints of Medium Orchid #C043FE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.06%

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

R = 37.43%
G = 13.06%
B = 49.51%

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

#C043FE (or 0xC043FE) is known color: Medium Orchid. HEX triplet: C0, 43 and FE. RGB value is (192,67,254). Sum of RGB (Red+Green+Blue) = 192+67+254=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C043FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C043FE is #3FBC01. Grayscale: #7D7D7D. Windows color (decimal): -4176898 or 16663488. OLE color: 16663488.

HSL color Cylindrical-coordinate representation of color #C043FE: hue angle of 280.11º 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 #C043FE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 67 254 -
CMYK 0.24 0.74 0 0.00
HSL 280.11º 0.99% 0.63% -
HSV(B) 280.11º 0.74% 1% -
XYZ 41.63 22.38 95.89 -
YUV 125.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 192 67 254 0.24 0.74 0 0.00 280.11 0.99 0.63
Hex C0 43 FE 18 4A 0 0 118 63 3F
Octal 300 103 376 30 112 0 0 430 143 77
Binary 11000000 1000011 11111110 11000 1001010 0 0 100011000 1100011 111111

Color Harmonies of #C043FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043FE

Black with #C043FE

Text Example


Text Example

White with #C043FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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