Html Css Color HEX #C36AEA Medium Orchid

📋 copy color: '#C36AEA'

red 195 ◦ green 106 ◦ blue 234

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

Shades of Medium Orchid #C36AEA

Tints of Medium Orchid #C36AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 36.45%
G = 19.81%
B = 43.74%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C36AEA (or 0xC36AEA) is known color: Medium Orchid. HEX triplet: C3, 6A and EA. RGB value is (195,106,234). Sum of RGB (Red+Green+Blue) = 195+106+234=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C36AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AEA is #3C9515. Grayscale: #929292. Windows color (decimal): -3970326 or 15362755. OLE color: 15362755.

HSL color Cylindrical-coordinate representation of color #C36AEA: hue angle of 281.72º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36AEA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 106 234 -
CMYK 0.17 0.55 0 0.08
HSL 281.72º 0.75% 0.67% -
HSV(B) 281.72º 0.55% 0.92% -
XYZ 42.51 27.85 80.98 -
YUV 147.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 195 106 234 0.17 0.55 0 0.08 281.72 0.75 0.67
Hex C3 6A EA 11 37 0 8 11A 4B 43
Octal 303 152 352 21 67 0 10 432 113 103
Binary 11000011 1101010 11101010 10001 110111 0 1000 100011010 1001011 1000011

Color Harmonies of #C36AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AEA

Black with #C36AEA

Text Example


Text Example

White with #C36AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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