Html Css Color HEX #C966DF Medium Orchid

📋 copy color: '#C966DF'

red 201 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #C966DF

Tints of Medium Orchid #C966DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 38.21%
G = 19.39%
B = 42.4%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C966DF (or 0xC966DF) is known color: Medium Orchid. HEX triplet: C9, 66 and DF. RGB value is (201,102,223). Sum of RGB (Red+Green+Blue) = 201+102+223=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #C966DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966DF is #369920. Grayscale: #919191. Windows color (decimal): -3578145 or 14640841. OLE color: 14640841.

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

Color convert

RGB 201 102 223 -
CMYK 0.10 0.54 0 0.13
HSL 289.09º 0.65% 0.64% -
HSV(B) 289.09º 0.54% 0.87% -
XYZ 42.16 27.25 72.85 -
YUV 145.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 201 102 223 0.10 0.54 0 0.13 289.09 0.65 0.64
Hex C9 66 DF A 36 0 D 121 41 40
Octal 311 146 337 12 66 0 15 441 101 100
Binary 11001001 1100110 11011111 1010 110110 0 1101 100100001 1000001 1000000

Color Harmonies of #C966DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966DF

Black with #C966DF

Text Example


Text Example

White with #C966DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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