Html Css Color HEX #C963EA Medium Orchid

📋 copy color: '#C963EA'

red 201 ◦ green 99 ◦ blue 234

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

Shades of Medium Orchid #C963EA

Tints of Medium Orchid #C963EA

RGB

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

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

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

R = 37.64%
G = 18.54%
B = 43.82%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C963EA (or 0xC963EA) is known color: Medium Orchid. HEX triplet: C9, 63 and EA. RGB value is (201,99,234). Sum of RGB (Red+Green+Blue) = 201+99+234=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #C963EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963EA is #369C15. Grayscale: #909090. Windows color (decimal): -3578902 or 15360969. OLE color: 15360969.

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

Color convert

RGB 201 99 234 -
CMYK 0.14 0.58 0 0.08
HSL 285.33º 0.76% 0.65% -
HSV(B) 285.33º 0.58% 0.92% -
XYZ 43.4 27.28 80.82 -
YUV 144.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 201 99 234 0.14 0.58 0 0.08 285.33 0.76 0.65
Hex C9 63 EA E 3A 0 8 11D 4C 41
Octal 311 143 352 16 72 0 10 435 114 101
Binary 11001001 1100011 11101010 1110 111010 0 1000 100011101 1001100 1000001

Color Harmonies of #C963EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963EA

Black with #C963EA

Text Example


Text Example

White with #C963EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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