Html Css Color HEX #C966DD Medium Orchid

📋 copy color: '#C966DD'

red 201 ◦ green 102 ◦ blue 221

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

Shades of Medium Orchid #C966DD

Tints of Medium Orchid #C966DD

RGB

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

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

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

R = 38.36%
G = 19.47%
B = 42.18%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C966DD (or 0xC966DD) is known color: Medium Orchid. HEX triplet: C9, 66 and DD. RGB value is (201,102,221). Sum of RGB (Red+Green+Blue) = 201+102+221=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C966DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966DD is #369922. Grayscale: #909090. Windows color (decimal): -3578147 or 14509769. OLE color: 14509769.

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

Color convert

RGB 201 102 221 -
CMYK 0.09 0.54 0 0.13
HSL 289.92º 0.64% 0.63% -
HSV(B) 289.92º 0.54% 0.87% -
XYZ 41.89 27.14 71.44 -
YUV 145.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 201 102 221 0.09 0.54 0 0.13 289.92 0.64 0.63
Hex C9 66 DD 9 36 0 D 122 40 3F
Octal 311 146 335 11 66 0 15 442 100 77
Binary 11001001 1100110 11011101 1001 110110 0 1101 100100010 1000000 111111

Color Harmonies of #C966DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966DD

Black with #C966DD

Text Example


Text Example

White with #C966DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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