Html Css Color HEX #C96AE3 Medium Orchid

📋 copy color: '#C96AE3'

red 201 ◦ green 106 ◦ blue 227

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

Shades of Medium Orchid #C96AE3

Tints of Medium Orchid #C96AE3

RGB

 RED value IS 201 (78.91% from 255) = 37.64%

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

 BLUE value IS 227 (89.06% from 255) = 42.51%

R = 37.64%
G = 19.85%
B = 42.51%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C96AE3 (or 0xC96AE3) is known color: Medium Orchid. HEX triplet: C9, 6A and E3. RGB value is (201,106,227). Sum of RGB (Red+Green+Blue) = 201+106+227=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #C96AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AE3 is #36951C. Grayscale: #939393. Windows color (decimal): -3577117 or 14904009. OLE color: 14904009.

HSL color Cylindrical-coordinate representation of color #C96AE3: hue angle of 287.11º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96AE3 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 106 227 -
CMYK 0.11 0.53 0 0.11
HSL 287.11º 0.68% 0.65% -
HSV(B) 287.11º 0.53% 0.89% -
XYZ 43.11 28.27 75.86 -
YUV 148.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 201 106 227 0.11 0.53 0 0.11 287.11 0.68 0.65
Hex C9 6A E3 B 35 0 B 11F 44 41
Octal 311 152 343 13 65 0 13 437 104 101
Binary 11001001 1101010 11100011 1011 110101 0 1011 100011111 1000100 1000001

Color Harmonies of #C96AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AE3

Black with #C96AE3

Text Example


Text Example

White with #C96AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AE3; }

 p { color: rgb(201,106,227); }

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

background-color css

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

 a { background-color: rgb(201,106,227); }

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

border-color css

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

 span { border-color: rgb(201,106,227); }

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