Html Css Color HEX #C24FDE Medium Orchid

📋 copy color: '#C24FDE'

red 194 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #C24FDE

Tints of Medium Orchid #C24FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 39.19%
G = 15.96%
B = 44.85%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C24FDE (or 0xC24FDE) is known color: Medium Orchid. HEX triplet: C2, 4F and DE. RGB value is (194,79,222). Sum of RGB (Red+Green+Blue) = 194+79+222=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #C24FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FDE is #3DB021. Grayscale: #818181. Windows color (decimal): -4042786 or 14569410. OLE color: 14569410.

HSL color Cylindrical-coordinate representation of color #C24FDE: hue angle of 288.25º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24FDE is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 79 222 -
CMYK 0.13 0.64 0 0.13
HSL 288.25º 0.68% 0.59% -
HSV(B) 288.25º 0.64% 0.87% -
XYZ 38.23 22.34 71.4 -
YUV 129.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 194 79 222 0.13 0.64 0 0.13 288.25 0.68 0.59
Hex C2 4F DE D 40 0 D 120 44 3B
Octal 302 117 336 15 100 0 15 440 104 73
Binary 11000010 1001111 11011110 1101 1000000 0 1101 100100000 1000100 111011

Color Harmonies of #C24FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FDE

Black with #C24FDE

Text Example


Text Example

White with #C24FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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