Html Css Color HEX #C963E9 Medium Orchid

📋 copy color: '#C963E9'

red 201 ◦ green 99 ◦ blue 233

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

Shades of Medium Orchid #C963E9

Tints of Medium Orchid #C963E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.71%

R = 37.71%
G = 18.57%
B = 43.71%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C963E9 (or 0xC963E9) is known color: Medium Orchid. HEX triplet: C9, 63 and E9. RGB value is (201,99,233). Sum of RGB (Red+Green+Blue) = 201+99+233=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #C963E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963E9 is #369C16. Grayscale: #909090. Windows color (decimal): -3578903 or 15295433. OLE color: 15295433.

HSL color Cylindrical-coordinate representation of color #C963E9: hue angle of 285.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C963E9 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 99 233 -
CMYK 0.14 0.58 0 0.09
HSL 285.67º 0.75% 0.65% -
HSV(B) 285.67º 0.58% 0.91% -
XYZ 43.26 27.22 80.07 -
YUV 144.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 201 99 233 0.14 0.58 0 0.09 285.67 0.75 0.65
Hex C9 63 E9 E 3A 0 9 11E 4B 41
Octal 311 143 351 16 72 0 11 436 113 101
Binary 11001001 1100011 11101001 1110 111010 0 1001 100011110 1001011 1000001

Color Harmonies of #C963E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963E9

Black with #C963E9

Text Example


Text Example

White with #C963E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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