Html Css Color HEX #C455DB Medium Orchid

📋 copy color: '#C455DB'

red 196 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #C455DB

Tints of Medium Orchid #C455DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17%

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

R = 39.2%
G = 17%
B = 43.8%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C455DB (or 0xC455DB) is known color: Medium Orchid. HEX triplet: C4, 55 and DB. RGB value is (196,85,219). Sum of RGB (Red+Green+Blue) = 196+85+219=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #C455DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455DB is #3BAA24. Grayscale: #858585. Windows color (decimal): -3910181 or 14374340. OLE color: 14374340.

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

Color convert

RGB 196 85 219 -
CMYK 0.11 0.61 0 0.14
HSL 289.7º 0.65% 0.6% -
HSV(B) 289.7º 0.61% 0.86% -
XYZ 38.8 23.35 69.48 -
YUV 133.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 196 85 219 0.11 0.61 0 0.14 289.7 0.65 0.6
Hex C4 55 DB B 3D 0 E 122 41 3C
Octal 304 125 333 13 75 0 16 442 101 74
Binary 11000100 1010101 11011011 1011 111101 0 1110 100100010 1000001 111100

Color Harmonies of #C455DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455DB

Black with #C455DB

Text Example


Text Example

White with #C455DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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