Html Css Color HEX #C661EB Medium Orchid

📋 copy color: '#C661EB'

red 198 ◦ green 97 ◦ blue 235

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

Shades of Medium Orchid #C661EB

Tints of Medium Orchid #C661EB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.3%

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

R = 37.36%
G = 18.3%
B = 44.34%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C661EB (or 0xC661EB) is known color: Medium Orchid. HEX triplet: C6, 61 and EB. RGB value is (198,97,235). Sum of RGB (Red+Green+Blue) = 198+97+235=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C661EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C661EB is #399E14. Grayscale: #8E8E8E. Windows color (decimal): -3776021 or 15425990. OLE color: 15425990.

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

Color convert

RGB 198 97 235 -
CMYK 0.16 0.59 0 0.08
HSL 283.91º 0.78% 0.65% -
HSV(B) 283.91º 0.59% 0.92% -
XYZ 42.56 26.55 81.48 -
YUV 142.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 198 97 235 0.16 0.59 0 0.08 283.91 0.78 0.65
Hex C6 61 EB 10 3B 0 8 11C 4E 41
Octal 306 141 353 20 73 0 10 434 116 101
Binary 11000110 1100001 11101011 10000 111011 0 1000 100011100 1001110 1000001

Color Harmonies of #C661EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C661EB

Black with #C661EB

Text Example


Text Example

White with #C661EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C661EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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