Html Css Color HEX #C24ADB Medium Orchid

📋 copy color: '#C24ADB'

red 194 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #C24ADB

Tints of Medium Orchid #C24ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 39.84%
G = 15.2%
B = 44.97%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C24ADB (or 0xC24ADB) is known color: Medium Orchid. HEX triplet: C2, 4A and DB. RGB value is (194,74,219). Sum of RGB (Red+Green+Blue) = 194+74+219=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #C24ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ADB is #3DB524. Grayscale: #7D7D7D. Windows color (decimal): -4044069 or 14371522. OLE color: 14371522.

HSL color Cylindrical-coordinate representation of color #C24ADB: hue angle of 289.66º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24ADB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 74 219 -
CMYK 0.11 0.66 0 0.14
HSL 289.66º 0.67% 0.57% -
HSV(B) 289.66º 0.66% 0.86% -
XYZ 37.48 21.48 69.19 -
YUV 126.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 194 74 219 0.11 0.66 0 0.14 289.66 0.67 0.57
Hex C2 4A DB B 42 0 E 122 43 39
Octal 302 112 333 13 102 0 16 442 103 71
Binary 11000010 1001010 11011011 1011 1000010 0 1110 100100010 1000011 111001

Color Harmonies of #C24ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24ADB

Black with #C24ADB

Text Example


Text Example

White with #C24ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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