Html Css Color HEX #C24DFF Medium Orchid

📋 copy color: '#C24DFF'

red 194 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #C24DFF

Tints of Medium Orchid #C24DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.64%

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

R = 36.88%
G = 14.64%
B = 48.48%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C24DFF (or 0xC24DFF) is known color: Medium Orchid. HEX triplet: C2, 4D and FF. RGB value is (194,77,255). Sum of RGB (Red+Green+Blue) = 194+77+255=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #C24DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DFF is #3DB200. Grayscale: #838383. Windows color (decimal): -4043265 or 16731586. OLE color: 16731586.

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

Color convert

RGB 194 77 255 -
CMYK 0.24 0.70 0 0
HSL 279.44º 1% 0.65% -
HSV(B) 279.44º 0.7% 1% -
XYZ 42.95 24 96.98 -
YUV 132.28 197.26 172.03 -
System Red Green Blue C M Y K H S L
Decimal 194 77 255 0.24 0.70 0 0 279.44 1 0.65
Hex C2 4D FF 18 46 0 0 117 64 41
Octal 302 115 377 30 106 0 0 427 144 101
Binary 11000010 1001101 11111111 11000 1000110 0 0 100010111 1100100 1000001

Color Harmonies of #C24DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DFF

Black with #C24DFF

Text Example


Text Example

White with #C24DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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