Html Css Color HEX #C651D8 Medium Orchid

📋 copy color: '#C651D8'

red 198 ◦ green 81 ◦ blue 216

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

Shades of Medium Orchid #C651D8

Tints of Medium Orchid #C651D8

RGB

 RED value IS 198 (77.73% from 255) = 40%

 GREEN value IS 81 (32.03% from 255) = 16.36%

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 40%
G = 16.36%
B = 43.64%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C651D8 (or 0xC651D8) is known color: Medium Orchid. HEX triplet: C6, 51 and D8. RGB value is (198,81,216). Sum of RGB (Red+Green+Blue) = 198+81+216=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #C651D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651D8 is #39AE27. Grayscale: #828282. Windows color (decimal): -3780136 or 14176710. OLE color: 14176710.

HSL color Cylindrical-coordinate representation of color #C651D8: hue angle of 292º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C651D8 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 81 216 -
CMYK 0.08 0.62 0 0.15
HSL 292º 0.63% 0.58% -
HSV(B) 292º 0.63% 0.85% -
XYZ 38.63 22.85 67.34 -
YUV 131.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 198 81 216 0.08 0.62 0 0.15 292 0.63 0.58
Hex C6 51 D8 8 3E 0 F 124 3F 3A
Octal 306 121 330 10 76 0 17 444 77 72
Binary 11000110 1010001 11011000 1000 111110 0 1111 100100100 111111 111010

Color Harmonies of #C651D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C651D8

Black with #C651D8

Text Example


Text Example

White with #C651D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C651D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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