Html Css Color HEX #C63AE4 Medium Orchid

📋 copy color: '#C63AE4'

red 198 ◦ green 58 ◦ blue 228

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

Shades of Medium Orchid #C63AE4

Tints of Medium Orchid #C63AE4

RGB

 RED value IS 198 (77.73% from 255) = 40.91%

 GREEN value IS 58 (23.05% from 255) = 11.98%

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

R = 40.91%
G = 11.98%
B = 47.11%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C63AE4 (or 0xC63AE4) is known color: Medium Orchid. HEX triplet: C6, 3A and E4. RGB value is (198,58,228). Sum of RGB (Red+Green+Blue) = 198+58+228=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #C63AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AE4 is #39C51B. Grayscale: #767676. Windows color (decimal): -3786012 or 14957254. OLE color: 14957254.

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

Color convert

RGB 198 58 228 -
CMYK 0.13 0.75 0 0.11
HSL 289.41º 0.76% 0.56% -
HSV(B) 289.41º 0.75% 0.89% -
XYZ 38.81 20.63 75.34 -
YUV 119.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 198 58 228 0.13 0.75 0 0.11 289.41 0.76 0.56
Hex C6 3A E4 D 4B 0 B 121 4C 38
Octal 306 72 344 15 113 0 13 441 114 70
Binary 11000110 111010 11100100 1101 1001011 0 1011 100100001 1001100 111000

Color Harmonies of #C63AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63AE4

Black with #C63AE4

Text Example


Text Example

White with #C63AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63AE4; }

 p { color: rgb(198,58,228); }

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

background-color css

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

 a { background-color: rgb(198,58,228); }

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

border-color css

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

 span { border-color: rgb(198,58,228); }

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