Html Css Color HEX #C366DE Medium Orchid

📋 copy color: '#C366DE'

red 195 ◦ green 102 ◦ blue 222

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

Shades of Medium Orchid #C366DE

Tints of Medium Orchid #C366DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 37.57%
G = 19.65%
B = 42.77%

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

#C366DE (or 0xC366DE) is known color: Medium Orchid. HEX triplet: C3, 66 and DE. RGB value is (195,102,222). Sum of RGB (Red+Green+Blue) = 195+102+222=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #C366DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366DE is #3C9921. Grayscale: #8F8F8F. Windows color (decimal): -3971362 or 14575299. OLE color: 14575299.

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

Color convert

RGB 195 102 222 -
CMYK 0.12 0.54 0 0.13
HSL 286.5º 0.65% 0.64% -
HSV(B) 286.5º 0.54% 0.87% -
XYZ 40.44 26.38 72.07 -
YUV 143.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 195 102 222 0.12 0.54 0 0.13 286.5 0.65 0.64
Hex C3 66 DE C 36 0 D 11E 41 40
Octal 303 146 336 14 66 0 15 436 101 100
Binary 11000011 1100110 11011110 1100 110110 0 1101 100011110 1000001 1000000

Color Harmonies of #C366DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366DE

Black with #C366DE

Text Example


Text Example

White with #C366DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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