Html Css Color HEX #C243FA Medium Orchid

📋 copy color: '#C243FA'

red 194 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #C243FA

Tints of Medium Orchid #C243FA

RGB

 RED value IS 194 (76.17% from 255) = 37.96%

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

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

R = 37.96%
G = 13.11%
B = 48.92%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C243FA (or 0xC243FA) is known color: Medium Orchid. HEX triplet: C2, 43 and FA. RGB value is (194,67,250). Sum of RGB (Red+Green+Blue) = 194+67+250=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #C243FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C243FA is #3DBC05. Grayscale: #7D7D7D. Windows color (decimal): -4045830 or 16401346. OLE color: 16401346.

HSL color Cylindrical-coordinate representation of color #C243FA: hue angle of 281.64º 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 #C243FA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 67 250 -
CMYK 0.22 0.73 0 0.02
HSL 281.64º 0.95% 0.62% -
HSV(B) 281.64º 0.73% 0.98% -
XYZ 41.51 22.39 92.58 -
YUV 125.84 198.08 176.62 -
System Red Green Blue C M Y K H S L
Decimal 194 67 250 0.22 0.73 0 0.02 281.64 0.95 0.62
Hex C2 43 FA 16 49 0 2 11A 5F 3E
Octal 302 103 372 26 111 0 2 432 137 76
Binary 11000010 1000011 11111010 10110 1001001 0 10 100011010 1011111 111110

Color Harmonies of #C243FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243FA

Black with #C243FA

Text Example


Text Example

White with #C243FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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