Html Css Color HEX #C640EF Medium Orchid

📋 copy color: '#C640EF'

red 198 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #C640EF

Tints of Medium Orchid #C640EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 39.52%
G = 12.77%
B = 47.7%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C640EF (or 0xC640EF) is known color: Medium Orchid. HEX triplet: C6, 40 and EF. RGB value is (198,64,239). Sum of RGB (Red+Green+Blue) = 198+64+239=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #C640EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640EF is #39BF10. Grayscale: #7B7B7B. Windows color (decimal): -3784465 or 15679686. OLE color: 15679686.

HSL color Cylindrical-coordinate representation of color #C640EF: hue angle of 285.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C640EF is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 64 239 -
CMYK 0.17 0.73 0 0.06
HSL 285.94º 0.85% 0.59% -
HSV(B) 285.94º 0.73% 0.94% -
XYZ 40.7 21.9 83.74 -
YUV 124.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 198 64 239 0.17 0.73 0 0.06 285.94 0.85 0.59
Hex C6 40 EF 11 49 0 6 11E 55 3B
Octal 306 100 357 21 111 0 6 436 125 73
Binary 11000110 1000000 11101111 10001 1001001 0 110 100011110 1010101 111011

Color Harmonies of #C640EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640EF

Black with #C640EF

Text Example


Text Example

White with #C640EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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