Html Css Color HEX #C641EB Medium Orchid

📋 copy color: '#C641EB'

red 198 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #C641EB

Tints of Medium Orchid #C641EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 39.76%
G = 13.05%
B = 47.19%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C641EB (or 0xC641EB) is known color: Medium Orchid. HEX triplet: C6, 41 and EB. RGB value is (198,65,235). Sum of RGB (Red+Green+Blue) = 198+65+235=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #C641EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641EB is #39BE14. Grayscale: #7B7B7B. Windows color (decimal): -3784213 or 15417798. OLE color: 15417798.

HSL color Cylindrical-coordinate representation of color #C641EB: hue angle of 286.94º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C641EB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 65 235 -
CMYK 0.16 0.72 0 0.08
HSL 286.94º 0.81% 0.59% -
HSV(B) 286.94º 0.72% 0.92% -
XYZ 40.17 21.78 80.68 -
YUV 124.15 190.56 180.68 -
System Red Green Blue C M Y K H S L
Decimal 198 65 235 0.16 0.72 0 0.08 286.94 0.81 0.59
Hex C6 41 EB 10 48 0 8 11F 51 3B
Octal 306 101 353 20 110 0 10 437 121 73
Binary 11000110 1000001 11101011 10000 1001000 0 1000 100011111 1010001 111011

Color Harmonies of #C641EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641EB

Black with #C641EB

Text Example


Text Example

White with #C641EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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