Html Css Color HEX #C757DD Medium Orchid

📋 copy color: '#C757DD'

red 199 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #C757DD

Tints of Medium Orchid #C757DD

RGB

 RED value IS 199 (78.13% from 255) = 39.25%

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

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

R = 39.25%
G = 17.16%
B = 43.59%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C757DD (or 0xC757DD) is known color: Medium Orchid. HEX triplet: C7, 57 and DD. RGB value is (199,87,221). Sum of RGB (Red+Green+Blue) = 199+87+221=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #C757DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757DD is #38A822. Grayscale: #878787. Windows color (decimal): -3713059 or 14505927. OLE color: 14505927.

HSL color Cylindrical-coordinate representation of color #C757DD: hue angle of 290.15º 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 #C757DD is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 87 221 -
CMYK 0.10 0.61 0 0.13
HSL 290.15º 0.66% 0.6% -
HSV(B) 290.15º 0.61% 0.87% -
XYZ 40.01 24.18 70.96 -
YUV 135.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 199 87 221 0.10 0.61 0 0.13 290.15 0.66 0.6
Hex C7 57 DD A 3D 0 D 122 42 3C
Octal 307 127 335 12 75 0 15 442 102 74
Binary 11000111 1010111 11011101 1010 111101 0 1101 100100010 1000010 111100

Color Harmonies of #C757DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C757DD

Black with #C757DD

Text Example


Text Example

White with #C757DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C757DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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