Html Css Color HEX #C630EB Medium Orchid

📋 copy color: '#C630EB'

red 198 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #C630EB

Tints of Medium Orchid #C630EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.98%

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

R = 41.16%
G = 9.98%
B = 48.86%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C630EB (or 0xC630EB) is known color: Medium Orchid. HEX triplet: C6, 30 and EB. RGB value is (198,48,235). Sum of RGB (Red+Green+Blue) = 198+48+235=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C630EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630EB is #39CF14. Grayscale: #717171. Windows color (decimal): -3788565 or 15413446. OLE color: 15413446.

HSL color Cylindrical-coordinate representation of color #C630EB: hue angle of 288.13º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C630EB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 48 235 -
CMYK 0.16 0.80 0 0.08
HSL 288.13º 0.82% 0.55% -
HSV(B) 288.13º 0.8% 0.92% -
XYZ 39.34 20.12 80.41 -
YUV 114.17 196.2 187.79 -
System Red Green Blue C M Y K H S L
Decimal 198 48 235 0.16 0.80 0 0.08 288.13 0.82 0.55
Hex C6 30 EB 10 50 0 8 120 52 37
Octal 306 60 353 20 120 0 10 440 122 67
Binary 11000110 110000 11101011 10000 1010000 0 1000 100100000 1010010 110111

Color Harmonies of #C630EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630EB

Black with #C630EB

Text Example


Text Example

White with #C630EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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