Html Css Color HEX #C640FF Medium Orchid

📋 copy color: '#C640FF'

red 198 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #C640FF

Tints of Medium Orchid #C640FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 38.3%
G = 12.38%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C640FF (or 0xC640FF) is known color: Medium Orchid. HEX triplet: C6, 40 and FF. RGB value is (198,64,255). Sum of RGB (Red+Green+Blue) = 198+64+255=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #C640FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640FF is #39BF00. Grayscale: #7D7D7D. Windows color (decimal): -3784449 or 16728262. OLE color: 16728262.

HSL color Cylindrical-coordinate representation of color #C640FF: hue angle of 282.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C640FF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 64 255 -
CMYK 0.22 0.75 0 0
HSL 282.09º 1% 0.63% -
HSV(B) 282.09º 0.75% 1% -
XYZ 43.17 22.89 96.75 -
YUV 125.84 200.89 179.47 -
System Red Green Blue C M Y K H S L
Decimal 198 64 255 0.22 0.75 0 0 282.09 1 0.63
Hex C6 40 FF 16 4B 0 0 11A 64 3F
Octal 306 100 377 26 113 0 0 432 144 77
Binary 11000110 1000000 11111111 10110 1001011 0 0 100011010 1100100 111111

Color Harmonies of #C640FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640FF

Black with #C640FF

Text Example


Text Example

White with #C640FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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