Html Css Color HEX #C66AD5 Medium Orchid

📋 copy color: '#C66AD5'

red 198 ◦ green 106 ◦ blue 213

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

Shades of Medium Orchid #C66AD5

Tints of Medium Orchid #C66AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 38.3%
G = 20.5%
B = 41.2%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C66AD5 (or 0xC66AD5) is known color: Medium Orchid. HEX triplet: C6, 6A and D5. RGB value is (198,106,213). Sum of RGB (Red+Green+Blue) = 198+106+213=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #C66AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66AD5 is #39952A. Grayscale: #919191. Windows color (decimal): -3773739 or 13986502. OLE color: 13986502.

HSL color Cylindrical-coordinate representation of color #C66AD5: hue angle of 291.59º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66AD5 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 106 213 -
CMYK 0.07 0.50 0 0.16
HSL 291.59º 0.56% 0.63% -
HSV(B) 291.59º 0.5% 0.84% -
XYZ 40.45 27.12 66.05 -
YUV 145.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 198 106 213 0.07 0.50 0 0.16 291.59 0.56 0.63
Hex C6 6A D5 7 32 0 10 124 38 3F
Octal 306 152 325 7 62 0 20 444 70 77
Binary 11000110 1101010 11010101 111 110010 0 10000 100100100 111000 111111

Color Harmonies of #C66AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66AD5

Black with #C66AD5

Text Example


Text Example

White with #C66AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66AD5; }

 p { color: rgb(198,106,213); }

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

background-color css

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

 a { background-color: rgb(198,106,213); }

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

border-color css

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

 span { border-color: rgb(198,106,213); }

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