Html Css Color HEX #C257D0 Medium Orchid

📋 copy color: '#C257D0'

red 194 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #C257D0

Tints of Medium Orchid #C257D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 39.67%
G = 17.79%
B = 42.54%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C257D0 (or 0xC257D0) is known color: Medium Orchid. HEX triplet: C2, 57 and D0. RGB value is (194,87,208). Sum of RGB (Red+Green+Blue) = 194+87+208=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #C257D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257D0 is #3DA82F. Grayscale: #848484. Windows color (decimal): -4040752 or 13653954. OLE color: 13653954.

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

Color convert

RGB 194 87 208 -
CMYK 0.07 0.58 0 0.18
HSL 293.06º 0.56% 0.58% -
HSV(B) 293.06º 0.58% 0.82% -
XYZ 37.04 22.84 62.13 -
YUV 132.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 194 87 208 0.07 0.58 0 0.18 293.06 0.56 0.58
Hex C2 57 D0 7 3A 0 12 125 38 3A
Octal 302 127 320 7 72 0 22 445 70 72
Binary 11000010 1010111 11010000 111 111010 0 10010 100100101 111000 111010

Color Harmonies of #C257D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257D0

Black with #C257D0

Text Example


Text Example

White with #C257D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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