Html Css Color HEX #C24FFA Medium Orchid

📋 copy color: '#C24FFA'

red 194 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #C24FFA

Tints of Medium Orchid #C24FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.11%

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

R = 37.09%
G = 15.11%
B = 47.8%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C24FFA (or 0xC24FFA) is known color: Medium Orchid. HEX triplet: C2, 4F and FA. RGB value is (194,79,250). Sum of RGB (Red+Green+Blue) = 194+79+250=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C24FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FFA is #3DB005. Grayscale: #848484. Windows color (decimal): -4042758 or 16404418. OLE color: 16404418.

HSL color Cylindrical-coordinate representation of color #C24FFA: hue angle of 280.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24FFA is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 79 250 -
CMYK 0.22 0.68 0 0.02
HSL 280.35º 0.94% 0.65% -
HSV(B) 280.35º 0.68% 0.98% -
XYZ 42.3 23.96 92.84 -
YUV 132.88 194.1 171.6 -
System Red Green Blue C M Y K H S L
Decimal 194 79 250 0.22 0.68 0 0.02 280.35 0.94 0.65
Hex C2 4F FA 16 44 0 2 118 5E 41
Octal 302 117 372 26 104 0 2 430 136 101
Binary 11000010 1001111 11111010 10110 1000100 0 10 100011000 1011110 1000001

Color Harmonies of #C24FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FFA

Black with #C24FFA

Text Example


Text Example

White with #C24FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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