Html Css Color HEX #C257CD Medium Orchid

📋 copy color: '#C257CD'

red 194 ◦ green 87 ◦ blue 205

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

Shades of Medium Orchid #C257CD

Tints of Medium Orchid #C257CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 39.92%
G = 17.9%
B = 42.18%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C257CD (or 0xC257CD) is known color: Medium Orchid. HEX triplet: C2, 57 and CD. RGB value is (194,87,205). Sum of RGB (Red+Green+Blue) = 194+87+205=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #C257CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257CD is #3DA832. Grayscale: #848484. Windows color (decimal): -4040755 or 13457346. OLE color: 13457346.

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

Color convert

RGB 194 87 205 -
CMYK 0.05 0.58 0 0.20
HSL 294.41º 0.54% 0.57% -
HSV(B) 294.41º 0.58% 0.8% -
XYZ 36.68 22.69 60.2 -
YUV 132.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 194 87 205 0.05 0.58 0 0.20 294.41 0.54 0.57
Hex C2 57 CD 5 3A 0 14 126 36 39
Octal 302 127 315 5 72 0 24 446 66 71
Binary 11000010 1010111 11001101 101 111010 0 10100 100100110 110110 111001

Color Harmonies of #C257CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257CD

Black with #C257CD

Text Example


Text Example

White with #C257CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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