Html Css Color HEX #C963E0 Medium Orchid

📋 copy color: '#C963E0'

red 201 ◦ green 99 ◦ blue 224

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

Shades of Medium Orchid #C963E0

Tints of Medium Orchid #C963E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.75%

R = 38.36%
G = 18.89%
B = 42.75%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C963E0 (or 0xC963E0) is known color: Medium Orchid. HEX triplet: C9, 63 and E0. RGB value is (201,99,224). Sum of RGB (Red+Green+Blue) = 201+99+224=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #C963E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963E0 is #369C1F. Grayscale: #8F8F8F. Windows color (decimal): -3578912 or 14705609. OLE color: 14705609.

HSL color Cylindrical-coordinate representation of color #C963E0: hue angle of 288.96º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C963E0 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 99 224 -
CMYK 0.10 0.56 0 0.12
HSL 288.96º 0.67% 0.63% -
HSV(B) 288.96º 0.56% 0.88% -
XYZ 42 26.72 73.47 -
YUV 143.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 201 99 224 0.10 0.56 0 0.12 288.96 0.67 0.63
Hex C9 63 E0 A 38 0 C 121 43 3F
Octal 311 143 340 12 70 0 14 441 103 77
Binary 11001001 1100011 11100000 1010 111000 0 1100 100100001 1000011 111111

Color Harmonies of #C963E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963E0

Black with #C963E0

Text Example


Text Example

White with #C963E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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