Html Css Color HEX #C63BEA Medium Orchid

📋 copy color: '#C63BEA'

red 198 ◦ green 59 ◦ blue 234

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

Shades of Medium Orchid #C63BEA

Tints of Medium Orchid #C63BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.02%

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

R = 40.33%
G = 12.02%
B = 47.66%

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

#C63BEA (or 0xC63BEA) is known color: Medium Orchid. HEX triplet: C6, 3B and EA. RGB value is (198,59,234). Sum of RGB (Red+Green+Blue) = 198+59+234=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #C63BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BEA is #39C415. Grayscale: #777777. Windows color (decimal): -3785750 or 15350726. OLE color: 15350726.

HSL color Cylindrical-coordinate representation of color #C63BEA: hue angle of 287.66º 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 #C63BEA is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 59 234 -
CMYK 0.15 0.75 0 0.08
HSL 287.66º 0.81% 0.57% -
HSV(B) 287.66º 0.75% 0.92% -
XYZ 39.7 21.07 79.82 -
YUV 120.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 198 59 234 0.15 0.75 0 0.08 287.66 0.81 0.57
Hex C6 3B EA F 4B 0 8 120 51 39
Octal 306 73 352 17 113 0 10 440 121 71
Binary 11000110 111011 11101010 1111 1001011 0 1000 100100000 1010001 111001

Color Harmonies of #C63BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63BEA

Black with #C63BEA

Text Example


Text Example

White with #C63BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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