Html Css Color HEX #C966DC Medium Orchid

📋 copy color: '#C966DC'

red 201 ◦ green 102 ◦ blue 220

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

Shades of Medium Orchid #C966DC

Tints of Medium Orchid #C966DC

RGB

 RED value IS 201 (78.91% from 255) = 38.43%

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 38.43%
G = 19.5%
B = 42.07%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C966DC (or 0xC966DC) is known color: Medium Orchid. HEX triplet: C9, 66 and DC. RGB value is (201,102,220). Sum of RGB (Red+Green+Blue) = 201+102+220=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #C966DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966DC is #369923. Grayscale: #909090. Windows color (decimal): -3578148 or 14444233. OLE color: 14444233.

HSL color Cylindrical-coordinate representation of color #C966DC: hue angle of 290.34º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C966DC is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 102 220 -
CMYK 0.09 0.54 0 0.14
HSL 290.34º 0.63% 0.63% -
HSV(B) 290.34º 0.54% 0.86% -
XYZ 41.76 27.09 70.74 -
YUV 145.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 201 102 220 0.09 0.54 0 0.14 290.34 0.63 0.63
Hex C9 66 DC 9 36 0 E 122 3F 3F
Octal 311 146 334 11 66 0 16 442 77 77
Binary 11001001 1100110 11011100 1001 110110 0 1110 100100010 111111 111111

Color Harmonies of #C966DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966DC

Black with #C966DC

Text Example


Text Example

White with #C966DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966DC; }

 p { color: rgb(201,102,220); }

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

background-color css

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

 a { background-color: rgb(201,102,220); }

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

border-color css

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

 span { border-color: rgb(201,102,220); }

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