Html Css Color HEX #C457CE Medium Orchid

📋 copy color: '#C457CE'

red 196 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #C457CE

Tints of Medium Orchid #C457CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.79%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 40.08%
G = 17.79%
B = 42.13%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C457CE (or 0xC457CE) is known color: Medium Orchid. HEX triplet: C4, 57 and CE. RGB value is (196,87,206). Sum of RGB (Red+Green+Blue) = 196+87+206=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #C457CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457CE is #3BA831. Grayscale: #848484. Windows color (decimal): -3909682 or 13522884. OLE color: 13522884.

HSL color Cylindrical-coordinate representation of color #C457CE: hue angle of 294.96º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C457CE is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 87 206 -
CMYK 0.05 0.58 0 0.19
HSL 294.96º 0.55% 0.57% -
HSV(B) 294.96º 0.58% 0.81% -
XYZ 37.31 23.01 60.87 -
YUV 133.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 196 87 206 0.05 0.58 0 0.19 294.96 0.55 0.57
Hex C4 57 CE 5 3A 0 13 127 37 39
Octal 304 127 316 5 72 0 23 447 67 71
Binary 11000100 1010111 11001110 101 111010 0 10011 100100111 110111 111001

Color Harmonies of #C457CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C457CE

Black with #C457CE

Text Example


Text Example

White with #C457CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C457CE; }

 p { color: rgb(196,87,206); }

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

background-color css

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

 a { background-color: rgb(196,87,206); }

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

border-color css

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

 span { border-color: rgb(196,87,206); }

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