Html Css Color HEX #C366DB Medium Orchid

📋 copy color: '#C366DB'

red 195 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #C366DB

Tints of Medium Orchid #C366DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 37.79%
G = 19.77%
B = 42.44%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C366DB (or 0xC366DB) is known color: Medium Orchid. HEX triplet: C3, 66 and DB. RGB value is (195,102,219). Sum of RGB (Red+Green+Blue) = 195+102+219=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #C366DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366DB is #3C9924. Grayscale: #8E8E8E. Windows color (decimal): -3971365 or 14378691. OLE color: 14378691.

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

Color convert

RGB 195 102 219 -
CMYK 0.11 0.53 0 0.14
HSL 287.69º 0.62% 0.63% -
HSV(B) 287.69º 0.53% 0.86% -
XYZ 40.04 26.22 69.97 -
YUV 143.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 195 102 219 0.11 0.53 0 0.14 287.69 0.62 0.63
Hex C3 66 DB B 35 0 E 120 3E 3F
Octal 303 146 333 13 65 0 16 440 76 77
Binary 11000011 1100110 11011011 1011 110101 0 1110 100100000 111110 111111

Color Harmonies of #C366DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366DB

Black with #C366DB

Text Example


Text Example

White with #C366DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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