Html Css Color HEX #C651D6 Medium Orchid

📋 copy color: '#C651D6'

red 198 ◦ green 81 ◦ blue 214

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

Shades of Medium Orchid #C651D6

Tints of Medium Orchid #C651D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 40.16%
G = 16.43%
B = 43.41%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C651D6 (or 0xC651D6) is known color: Medium Orchid. HEX triplet: C6, 51 and D6. RGB value is (198,81,214). Sum of RGB (Red+Green+Blue) = 198+81+214=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #C651D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651D6 is #39AE29. Grayscale: #828282. Windows color (decimal): -3780138 or 14045638. OLE color: 14045638.

HSL color Cylindrical-coordinate representation of color #C651D6: hue angle of 292.78º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C651D6 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 81 214 -
CMYK 0.07 0.62 0 0.16
HSL 292.78º 0.62% 0.58% -
HSV(B) 292.78º 0.62% 0.84% -
XYZ 38.37 22.75 65.99 -
YUV 131.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 198 81 214 0.07 0.62 0 0.16 292.78 0.62 0.58
Hex C6 51 D6 7 3E 0 10 125 3E 3A
Octal 306 121 326 7 76 0 20 445 76 72
Binary 11000110 1010001 11010110 111 111110 0 10000 100100101 111110 111010

Color Harmonies of #C651D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C651D6

Black with #C651D6

Text Example


Text Example

White with #C651D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C651D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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