Html Css Color HEX #C257CE Medium Orchid

📋 copy color: '#C257CE'

red 194 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #C257CE

Tints of Medium Orchid #C257CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 39.84%
G = 17.86%
B = 42.3%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C257CE (or 0xC257CE) is known color: Medium Orchid. HEX triplet: C2, 57 and CE. RGB value is (194,87,206). Sum of RGB (Red+Green+Blue) = 194+87+206=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C257CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257CE is #3DA831. Grayscale: #848484. Windows color (decimal): -4040754 or 13522882. OLE color: 13522882.

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

Color convert

RGB 194 87 206 -
CMYK 0.06 0.58 0 0.19
HSL 293.95º 0.55% 0.57% -
HSV(B) 293.95º 0.58% 0.81% -
XYZ 36.8 22.74 60.84 -
YUV 132.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 194 87 206 0.06 0.58 0 0.19 293.95 0.55 0.57
Hex C2 57 CE 6 3A 0 13 126 37 39
Octal 302 127 316 6 72 0 23 446 67 71
Binary 11000010 1010111 11001110 110 111010 0 10011 100100110 110111 111001

Color Harmonies of #C257CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257CE

Black with #C257CE

Text Example


Text Example

White with #C257CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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