Html Css Color HEX #C640EE Medium Orchid

📋 copy color: '#C640EE'

red 198 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #C640EE

Tints of Medium Orchid #C640EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 39.6%
G = 12.8%
B = 47.6%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C640EE (or 0xC640EE) is known color: Medium Orchid. HEX triplet: C6, 40 and EE. RGB value is (198,64,238). Sum of RGB (Red+Green+Blue) = 198+64+238=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #C640EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640EE is #39BF11. Grayscale: #7B7B7B. Windows color (decimal): -3784466 or 15614150. OLE color: 15614150.

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

Color convert

RGB 198 64 238 -
CMYK 0.17 0.73 0 0.07
HSL 286.21º 0.84% 0.59% -
HSV(B) 286.21º 0.73% 0.93% -
XYZ 40.55 21.85 82.97 -
YUV 123.9 192.39 180.85 -
System Red Green Blue C M Y K H S L
Decimal 198 64 238 0.17 0.73 0 0.07 286.21 0.84 0.59
Hex C6 40 EE 11 49 0 7 11E 54 3B
Octal 306 100 356 21 111 0 7 436 124 73
Binary 11000110 1000000 11101110 10001 1001001 0 111 100011110 1010100 111011

Color Harmonies of #C640EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640EE

Black with #C640EE

Text Example


Text Example

White with #C640EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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