Html Css Color HEX #C24CDB Medium Orchid

📋 copy color: '#C24CDB'

red 194 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #C24CDB

Tints of Medium Orchid #C24CDB

RGB

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

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

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

R = 39.67%
G = 15.54%
B = 44.79%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C24CDB (or 0xC24CDB) is known color: Medium Orchid. HEX triplet: C2, 4C and DB. RGB value is (194,76,219). Sum of RGB (Red+Green+Blue) = 194+76+219=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #C24CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CDB is #3DB324. Grayscale: #7F7F7F. Windows color (decimal): -4043557 or 14372034. OLE color: 14372034.

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

Color convert

RGB 194 76 219 -
CMYK 0.11 0.65 0 0.14
HSL 289.51º 0.67% 0.58% -
HSV(B) 289.51º 0.65% 0.86% -
XYZ 37.62 21.75 69.23 -
YUV 127.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 194 76 219 0.11 0.65 0 0.14 289.51 0.67 0.58
Hex C2 4C DB B 41 0 E 122 43 3A
Octal 302 114 333 13 101 0 16 442 103 72
Binary 11000010 1001100 11011011 1011 1000001 0 1110 100100010 1000011 111010

Color Harmonies of #C24CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CDB

Black with #C24CDB

Text Example


Text Example

White with #C24CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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