#C651D4

Color #C651D4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C651D4

Tints of Medium Orchid #C651D4

Color information

#C651D4 (or 0xC651D4) is unknown color: approx Medium Orchid. HEX triplet: C6, 51 and D4. RGB value is (198,81,212). Sum of RGB (Red+Green+Blue) = 198+81+212=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #C651D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651D4 is #39AE2B. Grayscale: #828282. Windows color (decimal): -3780140 or 13914566. OLE color: 13914566.

HSL color Cylindrical-coordinate representation of color #C651D4: hue angle of 293.59º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C651D4 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19881212-
CMYK0.070.6200.17
HSL293.59º60.37%57.45%-
HSV(B)293.59º61.79%83.14%-
XYZ38.1122.6464.65-
YUV130.92173.76175.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 81 (32.03% from 255) = 16.50%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=40.33%
G=16.50%
B=43.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198812120.070.6200.17293.5960.3757.45
HexC651D473E0111263c39
Octal3061213247760214467471
Binary11000110101000111010100111111110010001100100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C651D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C651D4; }

 p { color: rgb(198,81,212); }

 H1.HeaderClassName
 {
   color: #C651D4;
 }
 .AnyTagClassName
 {
   color: #C651D4;
 }
</style>
background-color css

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

 a { background-color: rgb(198,81,212); }

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

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

 span { border-color: rgb(198,81,212); }

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