Html Css Color HEX #C63AEA Medium Orchid

📋 copy color: '#C63AEA'

red 198 ◦ green 58 ◦ blue 234

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

Shades of Medium Orchid #C63AEA

Tints of Medium Orchid #C63AEA

RGB

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

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

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

R = 40.41%
G = 11.84%
B = 47.76%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C63AEA (or 0xC63AEA) is known color: Medium Orchid. HEX triplet: C6, 3A and EA. RGB value is (198,58,234). Sum of RGB (Red+Green+Blue) = 198+58+234=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #C63AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63AEA is #39C515. Grayscale: #777777. Windows color (decimal): -3786006 or 15350470. OLE color: 15350470.

HSL color Cylindrical-coordinate representation of color #C63AEA: hue angle of 287.73º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63AEA is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 58 234 -
CMYK 0.15 0.75 0 0.08
HSL 287.73º 0.81% 0.57% -
HSV(B) 287.73º 0.75% 0.92% -
XYZ 39.65 20.97 79.8 -
YUV 119.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 198 58 234 0.15 0.75 0 0.08 287.73 0.81 0.57
Hex C6 3A EA F 4B 0 8 120 51 39
Octal 306 72 352 17 113 0 10 440 121 71
Binary 11000110 111010 11101010 1111 1001011 0 1000 100100000 1010001 111001

Color Harmonies of #C63AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63AEA

Black with #C63AEA

Text Example


Text Example

White with #C63AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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