Html Css Color HEX #C640D7 Medium Orchid

📋 copy color: '#C640D7'

red 198 ◦ green 64 ◦ blue 215

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

Shades of Medium Orchid #C640D7

Tints of Medium Orchid #C640D7

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.42%

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 41.51%
G = 13.42%
B = 45.07%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C640D7 (or 0xC640D7) is known color: Medium Orchid. HEX triplet: C6, 40 and D7. RGB value is (198,64,215). Sum of RGB (Red+Green+Blue) = 198+64+215=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #C640D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640D7 is #39BF28. Grayscale: #787878. Windows color (decimal): -3784489 or 14106822. OLE color: 14106822.

HSL color Cylindrical-coordinate representation of color #C640D7: hue angle of 293.25º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C640D7 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 64 215 -
CMYK 0.08 0.70 0 0.16
HSL 293.25º 0.65% 0.55% -
HSV(B) 293.25º 0.7% 0.84% -
XYZ 37.39 20.58 66.29 -
YUV 121.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 198 64 215 0.08 0.70 0 0.16 293.25 0.65 0.55
Hex C6 40 D7 8 46 0 10 125 41 37
Octal 306 100 327 10 106 0 20 445 101 67
Binary 11000110 1000000 11010111 1000 1000110 0 10000 100100101 1000001 110111

Color Harmonies of #C640D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640D7

Black with #C640D7

Text Example


Text Example

White with #C640D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640D7; }

 p { color: rgb(198,64,215); }

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

background-color css

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

 a { background-color: rgb(198,64,215); }

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

border-color css

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

 span { border-color: rgb(198,64,215); }

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