Html Css Color HEX #C457CF Medium Orchid

📋 copy color: '#C457CF'

red 196 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #C457CF

Tints of Medium Orchid #C457CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 40%
G = 17.76%
B = 42.24%

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

#C457CF (or 0xC457CF) is known color: Medium Orchid. HEX triplet: C4, 57 and CF. RGB value is (196,87,207). Sum of RGB (Red+Green+Blue) = 196+87+207=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #C457CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457CF is #3BA830. Grayscale: #848484. Windows color (decimal): -3909681 or 13588420. OLE color: 13588420.

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

Color convert

RGB 196 87 207 -
CMYK 0.05 0.58 0 0.19
HSL 294.5º 0.56% 0.58% -
HSV(B) 294.5º 0.58% 0.81% -
XYZ 37.44 23.06 61.51 -
YUV 133.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 196 87 207 0.05 0.58 0 0.19 294.5 0.56 0.58
Hex C4 57 CF 5 3A 0 13 126 38 3A
Octal 304 127 317 5 72 0 23 446 70 72
Binary 11000100 1010111 11001111 101 111010 0 10011 100100110 111000 111010

Color Harmonies of #C457CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C457CF

Black with #C457CF

Text Example


Text Example

White with #C457CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C457CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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