Html Css Color HEX #C963E2 Medium Orchid

📋 copy color: '#C963E2'

red 201 ◦ green 99 ◦ blue 226

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

Shades of Medium Orchid #C963E2

Tints of Medium Orchid #C963E2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.82%

 BLUE value IS 226 (88.67% from 255) = 42.97%

R = 38.21%
G = 18.82%
B = 42.97%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C963E2 (or 0xC963E2) is known color: Medium Orchid. HEX triplet: C9, 63 and E2. RGB value is (201,99,226). Sum of RGB (Red+Green+Blue) = 201+99+226=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #C963E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963E2 is #369C1D. Grayscale: #8F8F8F. Windows color (decimal): -3578910 or 14836681. OLE color: 14836681.

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

Color convert

RGB 201 99 226 -
CMYK 0.11 0.56 0 0.11
HSL 288.19º 0.69% 0.64% -
HSV(B) 288.19º 0.56% 0.89% -
XYZ 42.28 26.83 74.9 -
YUV 143.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 201 99 226 0.11 0.56 0 0.11 288.19 0.69 0.64
Hex C9 63 E2 B 38 0 B 120 45 40
Octal 311 143 342 13 70 0 13 440 105 100
Binary 11001001 1100011 11100010 1011 111000 0 1011 100100000 1000101 1000000

Color Harmonies of #C963E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963E2

Black with #C963E2

Text Example


Text Example

White with #C963E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963E2; }

 p { color: rgb(201,99,226); }

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

background-color css

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

 a { background-color: rgb(201,99,226); }

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

border-color css

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

 span { border-color: rgb(201,99,226); }

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