Html Css Color HEX #C66BDC Medium Orchid

📋 copy color: '#C66BDC'

red 198 ◦ green 107 ◦ blue 220

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

Shades of Medium Orchid #C66BDC

Tints of Medium Orchid #C66BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.38%

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 37.71%
G = 20.38%
B = 41.9%

CMYK

 C value IS 0.1

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C66BDC (or 0xC66BDC) is known color: Medium Orchid. HEX triplet: C6, 6B and DC. RGB value is (198,107,220). Sum of RGB (Red+Green+Blue) = 198+107+220=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #C66BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BDC is #399423. Grayscale: #929292. Windows color (decimal): -3773476 or 14445510. OLE color: 14445510.

HSL color Cylindrical-coordinate representation of color #C66BDC: hue angle of 288.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66BDC is Cyan = 0.1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 107 220 -
CMYK 0.1 0.51 0 0.14
HSL 288.32º 0.62% 0.64% -
HSV(B) 288.32º 0.51% 0.86% -
XYZ 41.46 27.69 70.87 -
YUV 147.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 198 107 220 0.1 0.51 0 0.14 288.32 0.62 0.64
Hex C6 6B DC A 33 0 E 120 3E 40
Octal 306 153 334 12 63 0 16 440 76 100
Binary 11000110 1101011 11011100 1010 110011 0 1110 100100000 111110 1000000

Color Harmonies of #C66BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BDC

Black with #C66BDC

Text Example


Text Example

White with #C66BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BDC; }

 p { color: rgb(198,107,220); }

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

background-color css

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

 a { background-color: rgb(198,107,220); }

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

border-color css

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

 span { border-color: rgb(198,107,220); }

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