Html Css Color HEX #C66BDD Medium Orchid

📋 copy color: '#C66BDD'

red 198 ◦ green 107 ◦ blue 221

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

Shades of Medium Orchid #C66BDD

Tints of Medium Orchid #C66BDD

RGB

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

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

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

R = 37.64%
G = 20.34%
B = 42.02%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C66BDD (or 0xC66BDD) is known color: Medium Orchid. HEX triplet: C6, 6B and DD. RGB value is (198,107,221). Sum of RGB (Red+Green+Blue) = 198+107+221=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C66BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BDD is #399422. Grayscale: #929292. Windows color (decimal): -3773475 or 14511046. OLE color: 14511046.

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

Color convert

RGB 198 107 221 -
CMYK 0.10 0.52 0 0.13
HSL 287.89º 0.63% 0.64% -
HSV(B) 287.89º 0.52% 0.87% -
XYZ 41.6 27.74 71.57 -
YUV 147.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 198 107 221 0.10 0.52 0 0.13 287.89 0.63 0.64
Hex C6 6B DD A 34 0 D 120 3F 40
Octal 306 153 335 12 64 0 15 440 77 100
Binary 11000110 1101011 11011101 1010 110100 0 1101 100100000 111111 1000000

Color Harmonies of #C66BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BDD

Black with #C66BDD

Text Example


Text Example

White with #C66BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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