Html Css Color HEX #C366DD Medium Orchid

📋 copy color: '#C366DD'

red 195 ◦ green 102 ◦ blue 221

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

Shades of Medium Orchid #C366DD

Tints of Medium Orchid #C366DD

RGB

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

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

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

R = 37.64%
G = 19.69%
B = 42.66%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C366DD (or 0xC366DD) is known color: Medium Orchid. HEX triplet: C3, 66 and DD. RGB value is (195,102,221). Sum of RGB (Red+Green+Blue) = 195+102+221=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C366DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366DD is #3C9922. Grayscale: #8E8E8E. Windows color (decimal): -3971363 or 14509763. OLE color: 14509763.

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

Color convert

RGB 195 102 221 -
CMYK 0.12 0.54 0 0.13
HSL 286.89º 0.64% 0.63% -
HSV(B) 286.89º 0.54% 0.87% -
XYZ 40.31 26.33 71.36 -
YUV 143.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 195 102 221 0.12 0.54 0 0.13 286.89 0.64 0.63
Hex C3 66 DD C 36 0 D 11F 40 3F
Octal 303 146 335 14 66 0 15 437 100 77
Binary 11000011 1100110 11011101 1100 110110 0 1101 100011111 1000000 111111

Color Harmonies of #C366DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366DD

Black with #C366DD

Text Example


Text Example

White with #C366DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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