Html Css Color HEX #C63CEB Medium Orchid

📋 copy color: '#C63CEB'

red 198 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #C63CEB

Tints of Medium Orchid #C63CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.17%

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 40.16%
G = 12.17%
B = 47.67%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C63CEB (or 0xC63CEB) is known color: Medium Orchid. HEX triplet: C6, 3C and EB. RGB value is (198,60,235). Sum of RGB (Red+Green+Blue) = 198+60+235=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #C63CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63CEB is #39C314. Grayscale: #787878. Windows color (decimal): -3785493 or 15416518. OLE color: 15416518.

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

Color convert

RGB 198 60 235 -
CMYK 0.16 0.74 0 0.08
HSL 287.31º 0.81% 0.58% -
HSV(B) 287.31º 0.74% 0.92% -
XYZ 39.9 21.24 80.59 -
YUV 121.21 192.22 182.77 -
System Red Green Blue C M Y K H S L
Decimal 198 60 235 0.16 0.74 0 0.08 287.31 0.81 0.58
Hex C6 3C EB 10 4A 0 8 11F 51 3A
Octal 306 74 353 20 112 0 10 437 121 72
Binary 11000110 111100 11101011 10000 1001010 0 1000 100011111 1010001 111010

Color Harmonies of #C63CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CEB

Black with #C63CEB

Text Example


Text Example

White with #C63CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CEB; }

 p { color: rgb(198,60,235); }

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

background-color css

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

 a { background-color: rgb(198,60,235); }

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

border-color css

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

 span { border-color: rgb(198,60,235); }

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