Html Css Color HEX #C24BDB Medium Orchid

📋 copy color: '#C24BDB'

red 194 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #C24BDB

Tints of Medium Orchid #C24BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.37%

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

R = 39.75%
G = 15.37%
B = 44.88%

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

#C24BDB (or 0xC24BDB) is known color: Medium Orchid. HEX triplet: C2, 4B and DB. RGB value is (194,75,219). Sum of RGB (Red+Green+Blue) = 194+75+219=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C24BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BDB is #3DB424. Grayscale: #7E7E7E. Windows color (decimal): -4043813 or 14371778. OLE color: 14371778.

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

Color convert

RGB 194 75 219 -
CMYK 0.11 0.66 0 0.14
HSL 289.58º 0.67% 0.58% -
HSV(B) 289.58º 0.66% 0.86% -
XYZ 37.55 21.62 69.21 -
YUV 127 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 194 75 219 0.11 0.66 0 0.14 289.58 0.67 0.58
Hex C2 4B DB B 42 0 E 122 43 3A
Octal 302 113 333 13 102 0 16 442 103 72
Binary 11000010 1001011 11011011 1011 1000010 0 1110 100100010 1000011 111010

Color Harmonies of #C24BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BDB

Black with #C24BDB

Text Example


Text Example

White with #C24BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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