Html Css Color HEX #C66CDD Medium Orchid

📋 copy color: '#C66CDD'

red 198 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #C66CDD

Tints of Medium Orchid #C66CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.49%

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 37.57%
G = 20.49%
B = 41.94%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C66CDD (or 0xC66CDD) is known color: Medium Orchid. HEX triplet: C6, 6C and DD. RGB value is (198,108,221). Sum of RGB (Red+Green+Blue) = 198+108+221=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C66CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CDD is #399322. Grayscale: #939393. Windows color (decimal): -3773219 or 14511302. OLE color: 14511302.

HSL color Cylindrical-coordinate representation of color #C66CDD: hue angle of 287.79º degrees, saturation: 0.62, 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 #C66CDD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 108 221 -
CMYK 0.10 0.51 0 0.13
HSL 287.79º 0.62% 0.65% -
HSV(B) 287.79º 0.51% 0.87% -
XYZ 41.7 27.95 71.6 -
YUV 147.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 198 108 221 0.10 0.51 0 0.13 287.79 0.62 0.65
Hex C6 6C DD A 33 0 D 120 3E 41
Octal 306 154 335 12 63 0 15 440 76 101
Binary 11000110 1101100 11011101 1010 110011 0 1101 100100000 111110 1000001

Color Harmonies of #C66CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CDD

Black with #C66CDD

Text Example


Text Example

White with #C66CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CDD; }

 p { color: rgb(198,108,221); }

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

background-color css

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

 a { background-color: rgb(198,108,221); }

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

border-color css

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

 span { border-color: rgb(198,108,221); }

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