Html Css Color HEX #C057F2 Medium Orchid

📋 copy color: '#C057F2'

red 192 ◦ green 87 ◦ blue 242

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

Shades of Medium Orchid #C057F2

Tints of Medium Orchid #C057F2

RGB

 RED value IS 192 (75.39% from 255) = 36.85%

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

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 36.85%
G = 16.7%
B = 46.45%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C057F2 (or 0xC057F2) is known color: Medium Orchid. HEX triplet: C0, 57 and F2. RGB value is (192,87,242). Sum of RGB (Red+Green+Blue) = 192+87+242=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #C057F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057F2 is #3FA80D. Grayscale: #878787. Windows color (decimal): -4171790 or 15882176. OLE color: 15882176.

HSL color Cylindrical-coordinate representation of color #C057F2: hue angle of 280.65º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C057F2 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 87 242 -
CMYK 0.21 0.64 0 0.05
HSL 280.65º 0.86% 0.65% -
HSV(B) 280.65º 0.64% 0.95% -
XYZ 41.17 24.43 86.55 -
YUV 136.07 187.79 167.9 -
System Red Green Blue C M Y K H S L
Decimal 192 87 242 0.21 0.64 0 0.05 280.65 0.86 0.65
Hex C0 57 F2 15 40 0 5 119 56 41
Octal 300 127 362 25 100 0 5 431 126 101
Binary 11000000 1010111 11110010 10101 1000000 0 101 100011001 1010110 1000001

Color Harmonies of #C057F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057F2

Black with #C057F2

Text Example


Text Example

White with #C057F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057F2; }

 p { color: rgb(192,87,242); }

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

background-color css

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

 a { background-color: rgb(192,87,242); }

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

border-color css

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

 span { border-color: rgb(192,87,242); }

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