Html Css Color HEX #C651D4 Medium Orchid

📋 copy color: '#C651D4'

red 198 ◦ green 81 ◦ blue 212

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

Shades of Medium Orchid #C651D4

Tints of Medium Orchid #C651D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.18%

R = 40.33%
G = 16.5%
B = 43.18%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C651D4 (or 0xC651D4) is known color: 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

RGB 198 81 212 -
CMYK 0.07 0.62 0 0.17
HSL 293.59º 0.6% 0.57% -
HSV(B) 293.59º 0.62% 0.83% -
XYZ 38.11 22.64 64.65 -
YUV 130.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 198 81 212 0.07 0.62 0 0.17 293.59 0.6 0.57
Hex C6 51 D4 7 3E 0 11 126 3C 39
Octal 306 121 324 7 76 0 21 446 74 71
Binary 11000110 1010001 11010100 111 111110 0 10001 100100110 111100 111001

Color Harmonies of #C651D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C651D4

Black with #C651D4

Text Example


Text Example

White with #C651D4

Text Example


Text Example

HTML Codes & Css Web 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>