Html Css Color HEX #C458DB Medium Orchid

📋 copy color: '#C458DB'

red 196 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #C458DB

Tints of Medium Orchid #C458DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.5%

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

R = 38.97%
G = 17.5%
B = 43.54%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C458DB (or 0xC458DB) is known color: Medium Orchid. HEX triplet: C4, 58 and DB. RGB value is (196,88,219). Sum of RGB (Red+Green+Blue) = 196+88+219=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #C458DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458DB is #3BA724. Grayscale: #868686. Windows color (decimal): -3909413 or 14375108. OLE color: 14375108.

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

Color convert

RGB 196 88 219 -
CMYK 0.11 0.60 0 0.14
HSL 289.47º 0.65% 0.6% -
HSV(B) 289.47º 0.6% 0.86% -
XYZ 39.04 23.83 69.56 -
YUV 135.23 175.28 171.35 -
System Red Green Blue C M Y K H S L
Decimal 196 88 219 0.11 0.60 0 0.14 289.47 0.65 0.6
Hex C4 58 DB B 3C 0 E 121 41 3C
Octal 304 130 333 13 74 0 16 441 101 74
Binary 11000100 1011000 11011011 1011 111100 0 1110 100100001 1000001 111100

Color Harmonies of #C458DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458DB

Black with #C458DB

Text Example


Text Example

White with #C458DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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