Html Css Color HEX #C66EDF Medium Orchid

📋 copy color: '#C66EDF'

red 198 ◦ green 110 ◦ blue 223

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

Shades of Medium Orchid #C66EDF

Tints of Medium Orchid #C66EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.72%

 BLUE value IS 223 (87.5% from 255) = 42%

R = 37.29%
G = 20.72%
B = 42%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C66EDF (or 0xC66EDF) is known color: Medium Orchid. HEX triplet: C6, 6E and DF. RGB value is (198,110,223). Sum of RGB (Red+Green+Blue) = 198+110+223=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #C66EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EDF is #399120. Grayscale: #949494. Windows color (decimal): -3772705 or 14642886. OLE color: 14642886.

HSL color Cylindrical-coordinate representation of color #C66EDF: hue angle of 286.73º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66EDF is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 110 223 -
CMYK 0.11 0.51 0 0.13
HSL 286.73º 0.64% 0.65% -
HSV(B) 286.73º 0.51% 0.87% -
XYZ 42.18 28.49 73.09 -
YUV 149.19 169.65 162.81 -
System Red Green Blue C M Y K H S L
Decimal 198 110 223 0.11 0.51 0 0.13 286.73 0.64 0.65
Hex C6 6E DF B 33 0 D 11F 40 41
Octal 306 156 337 13 63 0 15 437 100 101
Binary 11000110 1101110 11011111 1011 110011 0 1101 100011111 1000000 1000001

Color Harmonies of #C66EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66EDF

Black with #C66EDF

Text Example


Text Example

White with #C66EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66EDF; }

 p { color: rgb(198,110,223); }

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

background-color css

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

 a { background-color: rgb(198,110,223); }

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

border-color css

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

 span { border-color: rgb(198,110,223); }

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