Html Css Color HEX #C257DC Medium Orchid

📋 copy color: '#C257DC'

red 194 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #C257DC

Tints of Medium Orchid #C257DC

RGB

 RED value IS 194 (76.17% from 255) = 38.72%

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 38.72%
G = 17.37%
B = 43.91%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C257DC (or 0xC257DC) is known color: Medium Orchid. HEX triplet: C2, 57 and DC. RGB value is (194,87,220). Sum of RGB (Red+Green+Blue) = 194+87+220=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #C257DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257DC is #3DA823. Grayscale: #858585. Windows color (decimal): -4040740 or 14440386. OLE color: 14440386.

HSL color Cylindrical-coordinate representation of color #C257DC: hue angle of 288.27º degrees, saturation: 0.66, 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 #C257DC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 87 220 -
CMYK 0.12 0.60 0 0.14
HSL 288.27º 0.66% 0.6% -
HSV(B) 288.27º 0.6% 0.86% -
XYZ 38.57 23.45 70.2 -
YUV 134.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 194 87 220 0.12 0.60 0 0.14 288.27 0.66 0.6
Hex C2 57 DC C 3C 0 E 120 42 3C
Octal 302 127 334 14 74 0 16 440 102 74
Binary 11000010 1010111 11011100 1100 111100 0 1110 100100000 1000010 111100

Color Harmonies of #C257DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257DC

Black with #C257DC

Text Example


Text Example

White with #C257DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257DC; }

 p { color: rgb(194,87,220); }

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

background-color css

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

 a { background-color: rgb(194,87,220); }

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

border-color css

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

 span { border-color: rgb(194,87,220); }

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