Html Css Color HEX #C24FFF Medium Orchid

📋 copy color: '#C24FFF'

red 194 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #C24FFF

Tints of Medium Orchid #C24FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 36.74%
G = 14.96%
B = 48.3%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C24FFF (or 0xC24FFF) is known color: Medium Orchid. HEX triplet: C2, 4F and FF. RGB value is (194,79,255). Sum of RGB (Red+Green+Blue) = 194+79+255=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #C24FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FFF is #3DB000. Grayscale: #848484. Windows color (decimal): -4042753 or 16732098. OLE color: 16732098.

HSL color Cylindrical-coordinate representation of color #C24FFF: hue angle of 279.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24FFF is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 79 255 -
CMYK 0.24 0.69 0 0
HSL 279.2º 1% 0.65% -
HSV(B) 279.2º 0.69% 1% -
XYZ 43.09 24.28 97.02 -
YUV 133.45 196.6 171.19 -
System Red Green Blue C M Y K H S L
Decimal 194 79 255 0.24 0.69 0 0 279.2 1 0.65
Hex C2 4F FF 18 45 0 0 117 64 41
Octal 302 117 377 30 105 0 0 427 144 101
Binary 11000010 1001111 11111111 11000 1000101 0 0 100010111 1100100 1000001

Color Harmonies of #C24FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FFF

Black with #C24FFF

Text Example


Text Example

White with #C24FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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