Html Css Color HEX #C366EF Medium Orchid

📋 copy color: '#C366EF'

red 195 ◦ green 102 ◦ blue 239

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

Shades of Medium Orchid #C366EF

Tints of Medium Orchid #C366EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 36.38%
G = 19.03%
B = 44.59%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C366EF (or 0xC366EF) is known color: Medium Orchid. HEX triplet: C3, 66 and EF. RGB value is (195,102,239). Sum of RGB (Red+Green+Blue) = 195+102+239=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #C366EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366EF is #3C9910. Grayscale: #909090. Windows color (decimal): -3971345 or 15689411. OLE color: 15689411.

HSL color Cylindrical-coordinate representation of color #C366EF: hue angle of 280.73º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C366EF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 102 239 -
CMYK 0.18 0.57 0 0.06
HSL 280.73º 0.81% 0.67% -
HSV(B) 280.73º 0.57% 0.94% -
XYZ 42.84 27.34 84.68 -
YUV 145.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 195 102 239 0.18 0.57 0 0.06 280.73 0.81 0.67
Hex C3 66 EF 12 39 0 6 119 51 43
Octal 303 146 357 22 71 0 6 431 121 103
Binary 11000011 1100110 11101111 10010 111001 0 110 100011001 1010001 1000011

Color Harmonies of #C366EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366EF

Black with #C366EF

Text Example


Text Example

White with #C366EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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