Html Css Color HEX #C454DB Medium Orchid

📋 copy color: '#C454DB'

red 196 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #C454DB

Tints of Medium Orchid #C454DB

RGB

 RED value IS 196 (76.95% from 255) = 39.28%

 GREEN value IS 84 (33.2% from 255) = 16.83%

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

R = 39.28%
G = 16.83%
B = 43.89%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C454DB (or 0xC454DB) is known color: Medium Orchid. HEX triplet: C4, 54 and DB. RGB value is (196,84,219). Sum of RGB (Red+Green+Blue) = 196+84+219=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #C454DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454DB is #3BAB24. Grayscale: #848484. Windows color (decimal): -3910437 or 14374084. OLE color: 14374084.

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

Color convert

RGB 196 84 219 -
CMYK 0.11 0.62 0 0.14
HSL 289.78º 0.65% 0.59% -
HSV(B) 289.78º 0.62% 0.86% -
XYZ 38.72 23.19 69.45 -
YUV 132.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 196 84 219 0.11 0.62 0 0.14 289.78 0.65 0.59
Hex C4 54 DB B 3E 0 E 122 41 3B
Octal 304 124 333 13 76 0 16 442 101 73
Binary 11000100 1010100 11011011 1011 111110 0 1110 100100010 1000001 111011

Color Harmonies of #C454DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454DB

Black with #C454DB

Text Example


Text Example

White with #C454DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454DB; }

 p { color: rgb(196,84,219); }

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

background-color css

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

 a { background-color: rgb(196,84,219); }

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

border-color css

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

 span { border-color: rgb(196,84,219); }

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