Html Css Color HEX #C257DD Medium Orchid

📋 copy color: '#C257DD'

red 194 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #C257DD

Tints of Medium Orchid #C257DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 38.65%
G = 17.33%
B = 44.02%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C257DD (or 0xC257DD) is known color: Medium Orchid. HEX triplet: C2, 57 and DD. RGB value is (194,87,221). Sum of RGB (Red+Green+Blue) = 194+87+221=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #C257DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257DD is #3DA822. Grayscale: #858585. Windows color (decimal): -4040739 or 14505922. OLE color: 14505922.

HSL color Cylindrical-coordinate representation of color #C257DD: hue angle of 287.91º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C257DD is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 87 221 -
CMYK 0.12 0.61 0 0.13
HSL 287.91º 0.66% 0.6% -
HSV(B) 287.91º 0.61% 0.87% -
XYZ 38.71 23.51 70.9 -
YUV 134.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 194 87 221 0.12 0.61 0 0.13 287.91 0.66 0.6
Hex C2 57 DD C 3D 0 D 120 42 3C
Octal 302 127 335 14 75 0 15 440 102 74
Binary 11000010 1010111 11011101 1100 111101 0 1101 100100000 1000010 111100

Color Harmonies of #C257DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257DD

Black with #C257DD

Text Example


Text Example

White with #C257DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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