Html Css Color HEX #C641EE Medium Orchid

📋 copy color: '#C641EE'

red 198 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #C641EE

Tints of Medium Orchid #C641EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.97%

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

R = 39.52%
G = 12.97%
B = 47.5%

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

#C641EE (or 0xC641EE) is known color: Medium Orchid. HEX triplet: C6, 41 and EE. RGB value is (198,65,238). Sum of RGB (Red+Green+Blue) = 198+65+238=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #C641EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641EE is #39BE11. Grayscale: #7B7B7B. Windows color (decimal): -3784210 or 15614406. OLE color: 15614406.

HSL color Cylindrical-coordinate representation of color #C641EE: hue angle of 286.13º 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 #C641EE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 65 238 -
CMYK 0.17 0.73 0 0.07
HSL 286.13º 0.84% 0.59% -
HSV(B) 286.13º 0.73% 0.93% -
XYZ 40.61 21.96 82.99 -
YUV 124.49 192.06 180.43 -
System Red Green Blue C M Y K H S L
Decimal 198 65 238 0.17 0.73 0 0.07 286.13 0.84 0.59
Hex C6 41 EE 11 49 0 7 11E 54 3B
Octal 306 101 356 21 111 0 7 436 124 73
Binary 11000110 1000001 11101110 10001 1001001 0 111 100011110 1010100 111011

Color Harmonies of #C641EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641EE

Black with #C641EE

Text Example


Text Example

White with #C641EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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