Html Css Color HEX #C66DDA Medium Orchid

📋 copy color: '#C66DDA'

red 198 ◦ green 109 ◦ blue 218

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

Shades of Medium Orchid #C66DDA

Tints of Medium Orchid #C66DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.76%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 37.71%
G = 20.76%
B = 41.52%

CMYK

 C value IS 0.09

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C66DDA (or 0xC66DDA) is known color: Medium Orchid. HEX triplet: C6, 6D and DA. RGB value is (198,109,218). Sum of RGB (Red+Green+Blue) = 198+109+218=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C66DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DDA is #399225. Grayscale: #939393. Windows color (decimal): -3772966 or 14314950. OLE color: 14314950.

HSL color Cylindrical-coordinate representation of color #C66DDA: hue angle of 288.99º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66DDA is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 109 218 -
CMYK 0.09 0.5 0 0.15
HSL 288.99º 0.6% 0.64% -
HSV(B) 288.99º 0.5% 0.85% -
XYZ 41.41 28.01 69.55 -
YUV 148.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 198 109 218 0.09 0.5 0 0.15 288.99 0.6 0.64
Hex C6 6D DA 9 32 0 F 121 3C 40
Octal 306 155 332 11 62 0 17 441 74 100
Binary 11000110 1101101 11011010 1001 110010 0 1111 100100001 111100 1000000

Color Harmonies of #C66DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66DDA

Black with #C66DDA

Text Example


Text Example

White with #C66DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66DDA; }

 p { color: rgb(198,109,218); }

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

background-color css

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

 a { background-color: rgb(198,109,218); }

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

border-color css

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

 span { border-color: rgb(198,109,218); }

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