Html Css Color HEX #C666EB Medium Orchid

📋 copy color: '#C666EB'

red 198 ◦ green 102 ◦ blue 235

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

Shades of Medium Orchid #C666EB

Tints of Medium Orchid #C666EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.07%

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

R = 37.01%
G = 19.07%
B = 43.93%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C666EB (or 0xC666EB) is known color: Medium Orchid. HEX triplet: C6, 66 and EB. RGB value is (198,102,235). Sum of RGB (Red+Green+Blue) = 198+102+235=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #C666EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C666EB is #399914. Grayscale: #919191. Windows color (decimal): -3774741 or 15427270. OLE color: 15427270.

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

Color convert

RGB 198 102 235 -
CMYK 0.16 0.57 0 0.08
HSL 283.31º 0.77% 0.66% -
HSV(B) 283.31º 0.57% 0.92% -
XYZ 43.04 27.51 81.64 -
YUV 145.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 198 102 235 0.16 0.57 0 0.08 283.31 0.77 0.66
Hex C6 66 EB 10 39 0 8 11B 4D 42
Octal 306 146 353 20 71 0 10 433 115 102
Binary 11000110 1100110 11101011 10000 111001 0 1000 100011011 1001101 1000010

Color Harmonies of #C666EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666EB

Black with #C666EB

Text Example


Text Example

White with #C666EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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