Html Css Color HEX #C963E4 Medium Orchid

📋 copy color: '#C963E4'

red 201 ◦ green 99 ◦ blue 228

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

Shades of Medium Orchid #C963E4

Tints of Medium Orchid #C963E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.18%

R = 38.07%
G = 18.75%
B = 43.18%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C963E4 (or 0xC963E4) is known color: Medium Orchid. HEX triplet: C9, 63 and E4. RGB value is (201,99,228). Sum of RGB (Red+Green+Blue) = 201+99+228=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #C963E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963E4 is #369C1B. Grayscale: #8F8F8F. Windows color (decimal): -3578908 or 14967753. OLE color: 14967753.

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

Color convert

RGB 201 99 228 -
CMYK 0.12 0.57 0 0.11
HSL 287.44º 0.7% 0.64% -
HSV(B) 287.44º 0.57% 0.89% -
XYZ 42.55 26.94 76.36 -
YUV 144.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 201 99 228 0.12 0.57 0 0.11 287.44 0.7 0.64
Hex C9 63 E4 C 39 0 B 11F 46 40
Octal 311 143 344 14 71 0 13 437 106 100
Binary 11001001 1100011 11100100 1100 111001 0 1011 100011111 1000110 1000000

Color Harmonies of #C963E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963E4

Black with #C963E4

Text Example


Text Example

White with #C963E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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