Html Css Color HEX #C24FED Medium Orchid

📋 copy color: '#C24FED'

red 194 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #C24FED

Tints of Medium Orchid #C24FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 38.04%
G = 15.49%
B = 46.47%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C24FED (or 0xC24FED) is known color: Medium Orchid. HEX triplet: C2, 4F and ED. RGB value is (194,79,237). Sum of RGB (Red+Green+Blue) = 194+79+237=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #C24FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FED is #3DB012. Grayscale: #828282. Windows color (decimal): -4042771 or 15552450. OLE color: 15552450.

HSL color Cylindrical-coordinate representation of color #C24FED: hue angle of 283.67º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24FED is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 79 237 -
CMYK 0.18 0.67 0 0.07
HSL 283.67º 0.81% 0.62% -
HSV(B) 283.67º 0.67% 0.93% -
XYZ 40.33 23.18 82.47 -
YUV 131.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 194 79 237 0.18 0.67 0 0.07 283.67 0.81 0.62
Hex C2 4F ED 12 43 0 7 11C 51 3E
Octal 302 117 355 22 103 0 7 434 121 76
Binary 11000010 1001111 11101101 10010 1000011 0 111 100011100 1010001 111110

Color Harmonies of #C24FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FED

Black with #C24FED

Text Example


Text Example

White with #C24FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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