Html Css Color HEX #C043FA Medium Orchid

📋 copy color: '#C043FA'

red 192 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #C043FA

Tints of Medium Orchid #C043FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 37.72%
G = 13.16%
B = 49.12%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C043FA (or 0xC043FA) is known color: Medium Orchid. HEX triplet: C0, 43 and FA. RGB value is (192,67,250). Sum of RGB (Red+Green+Blue) = 192+67+250=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #C043FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C043FA is #3FBC05. Grayscale: #7C7C7C. Windows color (decimal): -4176902 or 16401344. OLE color: 16401344.

HSL color Cylindrical-coordinate representation of color #C043FA: hue angle of 280.98º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C043FA is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 67 250 -
CMYK 0.23 0.73 0 0.02
HSL 280.98º 0.95% 0.62% -
HSV(B) 280.98º 0.73% 0.98% -
XYZ 41 22.12 92.55 -
YUV 125.24 198.41 175.62 -
System Red Green Blue C M Y K H S L
Decimal 192 67 250 0.23 0.73 0 0.02 280.98 0.95 0.62
Hex C0 43 FA 17 49 0 2 119 5F 3E
Octal 300 103 372 27 111 0 2 431 137 76
Binary 11000000 1000011 11111010 10111 1001001 0 10 100011001 1011111 111110

Color Harmonies of #C043FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043FA

Black with #C043FA

Text Example


Text Example

White with #C043FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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