Html Css Color HEX #C042FA Medium Orchid

📋 copy color: '#C042FA'

red 192 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #C042FA

Tints of Medium Orchid #C042FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.99%

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

R = 37.8%
G = 12.99%
B = 49.21%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C042FA (or 0xC042FA) is known color: Medium Orchid. HEX triplet: C0, 42 and FA. RGB value is (192,66,250). Sum of RGB (Red+Green+Blue) = 192+66+250=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #C042FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042FA is #3FBD05. Grayscale: #7C7C7C. Windows color (decimal): -4177158 or 16401088. OLE color: 16401088.

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

Color convert

RGB 192 66 250 -
CMYK 0.23 0.74 0 0.02
HSL 281.09º 0.95% 0.62% -
HSV(B) 281.09º 0.74% 0.98% -
XYZ 40.94 22.01 92.53 -
YUV 124.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 192 66 250 0.23 0.74 0 0.02 281.09 0.95 0.62
Hex C0 42 FA 17 4A 0 2 119 5F 3E
Octal 300 102 372 27 112 0 2 431 137 76
Binary 11000000 1000010 11111010 10111 1001010 0 10 100011001 1011111 111110

Color Harmonies of #C042FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042FA

Black with #C042FA

Text Example


Text Example

White with #C042FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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