Html Css Color HEX #C666D1 Medium Orchid

📋 copy color: '#C666D1'

red 198 ◦ green 102 ◦ blue 209

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

Shades of Medium Orchid #C666D1

Tints of Medium Orchid #C666D1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.04%

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 38.9%
G = 20.04%
B = 41.06%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C666D1 (or 0xC666D1) is known color: Medium Orchid. HEX triplet: C6, 66 and D1. RGB value is (198,102,209). Sum of RGB (Red+Green+Blue) = 198+102+209=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #C666D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666D1 is #39992E. Grayscale: #8E8E8E. Windows color (decimal): -3774767 or 13723334. OLE color: 13723334.

HSL color Cylindrical-coordinate representation of color #C666D1: hue angle of 293.83º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C666D1 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 102 209 -
CMYK 0.05 0.51 0 0.18
HSL 293.83º 0.54% 0.61% -
HSV(B) 293.83º 0.51% 0.82% -
XYZ 39.55 26.11 63.28 -
YUV 142.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 198 102 209 0.05 0.51 0 0.18 293.83 0.54 0.61
Hex C6 66 D1 5 33 0 12 126 36 3D
Octal 306 146 321 5 63 0 22 446 66 75
Binary 11000110 1100110 11010001 101 110011 0 10010 100100110 110110 111101

Color Harmonies of #C666D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666D1

Black with #C666D1

Text Example


Text Example

White with #C666D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666D1; }

 p { color: rgb(198,102,209); }

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

background-color css

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

 a { background-color: rgb(198,102,209); }

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

border-color css

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

 span { border-color: rgb(198,102,209); }

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