Html Css Color HEX #C24EFD Medium Orchid

📋 copy color: '#C24EFD'

red 194 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #C24EFD

Tints of Medium Orchid #C24EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.86%

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 36.95%
G = 14.86%
B = 48.19%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C24EFD (or 0xC24EFD) is known color: Medium Orchid. HEX triplet: C2, 4E and FD. RGB value is (194,78,253). Sum of RGB (Red+Green+Blue) = 194+78+253=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C24EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EFD is #3DB102. Grayscale: #848484. Windows color (decimal): -4043011 or 16600770. OLE color: 16600770.

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

Color convert

RGB 194 78 253 -
CMYK 0.23 0.69 0 0.01
HSL 279.77º 0.98% 0.65% -
HSV(B) 279.77º 0.69% 0.99% -
XYZ 42.7 24.01 95.31 -
YUV 132.63 195.93 171.77 -
System Red Green Blue C M Y K H S L
Decimal 194 78 253 0.23 0.69 0 0.01 279.77 0.98 0.65
Hex C2 4E FD 17 45 0 1 118 62 41
Octal 302 116 375 27 105 0 1 430 142 101
Binary 11000010 1001110 11111101 10111 1000101 0 1 100011000 1100010 1000001

Color Harmonies of #C24EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24EFD

Black with #C24EFD

Text Example


Text Example

White with #C24EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24EFD; }

 p { color: rgb(194,78,253); }

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

background-color css

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

 a { background-color: rgb(194,78,253); }

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

border-color css

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

 span { border-color: rgb(194,78,253); }

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