Html Css Color HEX #C24ADF Medium Orchid

📋 copy color: '#C24ADF'

red 194 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #C24ADF

Tints of Medium Orchid #C24ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.07%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 39.51%
G = 15.07%
B = 45.42%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C24ADF (or 0xC24ADF) is known color: Medium Orchid. HEX triplet: C2, 4A and DF. RGB value is (194,74,223). Sum of RGB (Red+Green+Blue) = 194+74+223=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #C24ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ADF is #3DB520. Grayscale: #7E7E7E. Windows color (decimal): -4044065 or 14633666. OLE color: 14633666.

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

Color convert

RGB 194 74 223 -
CMYK 0.13 0.67 0 0.13
HSL 288.32º 0.7% 0.58% -
HSV(B) 288.32º 0.67% 0.87% -
XYZ 38.02 21.69 72 -
YUV 126.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 194 74 223 0.13 0.67 0 0.13 288.32 0.7 0.58
Hex C2 4A DF D 43 0 D 120 46 3A
Octal 302 112 337 15 103 0 15 440 106 72
Binary 11000010 1001010 11011111 1101 1000011 0 1101 100100000 1000110 111010

Color Harmonies of #C24ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24ADF

Black with #C24ADF

Text Example


Text Example

White with #C24ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24ADF; }

 p { color: rgb(194,74,223); }

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

background-color css

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

 a { background-color: rgb(194,74,223); }

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

border-color css

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

 span { border-color: rgb(194,74,223); }

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