Html Css Color HEX #C366DF Medium Orchid

📋 copy color: '#C366DF'

red 195 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #C366DF

Tints of Medium Orchid #C366DF

RGB

 RED value IS 195 (76.56% from 255) = 37.5%

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

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

R = 37.5%
G = 19.62%
B = 42.88%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C366DF (or 0xC366DF) is known color: Medium Orchid. HEX triplet: C3, 66 and DF. RGB value is (195,102,223). Sum of RGB (Red+Green+Blue) = 195+102+223=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #C366DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366DF is #3C9920. Grayscale: #8F8F8F. Windows color (decimal): -3971361 or 14640835. OLE color: 14640835.

HSL color Cylindrical-coordinate representation of color #C366DF: hue angle of 286.12º 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 #C366DF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 102 223 -
CMYK 0.13 0.54 0 0.13
HSL 286.12º 0.65% 0.64% -
HSV(B) 286.12º 0.54% 0.87% -
XYZ 40.58 26.43 72.78 -
YUV 143.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 195 102 223 0.13 0.54 0 0.13 286.12 0.65 0.64
Hex C3 66 DF D 36 0 D 11E 41 40
Octal 303 146 337 15 66 0 15 436 101 100
Binary 11000011 1100110 11011111 1101 110110 0 1101 100011110 1000001 1000000

Color Harmonies of #C366DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366DF

Black with #C366DF

Text Example


Text Example

White with #C366DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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