Html Css Color HEX #C36ACE Medium Orchid

📋 copy color: '#C36ACE'

red 195 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #C36ACE

Tints of Medium Orchid #C36ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.91%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 38.46%
G = 20.91%
B = 40.63%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C36ACE (or 0xC36ACE) is known color: Medium Orchid. HEX triplet: C3, 6A and CE. RGB value is (195,106,206). Sum of RGB (Red+Green+Blue) = 195+106+206=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C36ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ACE is #3C9531. Grayscale: #8F8F8F. Windows color (decimal): -3970354 or 13527747. OLE color: 13527747.

HSL color Cylindrical-coordinate representation of color #C36ACE: hue angle of 293.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36ACE is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 106 206 -
CMYK 0.05 0.49 0 0.19
HSL 293.4º 0.51% 0.61% -
HSV(B) 293.4º 0.49% 0.81% -
XYZ 38.8 26.37 61.44 -
YUV 144.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 195 106 206 0.05 0.49 0 0.19 293.4 0.51 0.61
Hex C3 6A CE 5 31 0 13 125 33 3D
Octal 303 152 316 5 61 0 23 445 63 75
Binary 11000011 1101010 11001110 101 110001 0 10011 100100101 110011 111101

Color Harmonies of #C36ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36ACE

Black with #C36ACE

Text Example


Text Example

White with #C36ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36ACE; }

 p { color: rgb(195,106,206); }

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

background-color css

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

 a { background-color: rgb(195,106,206); }

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

border-color css

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

 span { border-color: rgb(195,106,206); }

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