Html Css Color HEX #C24CDE Medium Orchid

📋 copy color: '#C24CDE'

red 194 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #C24CDE

Tints of Medium Orchid #C24CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.45%

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

R = 39.43%
G = 15.45%
B = 45.12%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C24CDE (or 0xC24CDE) is known color: Medium Orchid. HEX triplet: C2, 4C and DE. RGB value is (194,76,222). Sum of RGB (Red+Green+Blue) = 194+76+222=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #C24CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CDE is #3DB321. Grayscale: #7F7F7F. Windows color (decimal): -4043554 or 14568642. OLE color: 14568642.

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

Color convert

RGB 194 76 222 -
CMYK 0.13 0.66 0 0.13
HSL 288.49º 0.69% 0.58% -
HSV(B) 288.49º 0.66% 0.87% -
XYZ 38.02 21.91 71.33 -
YUV 127.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 194 76 222 0.13 0.66 0 0.13 288.49 0.69 0.58
Hex C2 4C DE D 42 0 D 120 45 3A
Octal 302 114 336 15 102 0 15 440 105 72
Binary 11000010 1001100 11011110 1101 1000010 0 1101 100100000 1000101 111010

Color Harmonies of #C24CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CDE

Black with #C24CDE

Text Example


Text Example

White with #C24CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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