Html Css Color HEX #C63FEA Medium Orchid

📋 copy color: '#C63FEA'

red 198 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #C63FEA

Tints of Medium Orchid #C63FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.73%

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

R = 40%
G = 12.73%
B = 47.27%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C63FEA (or 0xC63FEA) is known color: Medium Orchid. HEX triplet: C6, 3F and EA. RGB value is (198,63,234). Sum of RGB (Red+Green+Blue) = 198+63+234=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #C63FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FEA is #39C015. Grayscale: #7A7A7A. Windows color (decimal): -3784726 or 15351750. OLE color: 15351750.

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

Color convert

RGB 198 63 234 -
CMYK 0.15 0.73 0 0.08
HSL 287.37º 0.8% 0.58% -
HSV(B) 287.37º 0.73% 0.92% -
XYZ 39.92 21.5 79.89 -
YUV 122.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 198 63 234 0.15 0.73 0 0.08 287.37 0.8 0.58
Hex C6 3F EA F 49 0 8 11F 50 3A
Octal 306 77 352 17 111 0 10 437 120 72
Binary 11000110 111111 11101010 1111 1001001 0 1000 100011111 1010000 111010

Color Harmonies of #C63FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FEA

Black with #C63FEA

Text Example


Text Example

White with #C63FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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