Html Css Color HEX #C62DEB Medium Orchid

📋 copy color: '#C62DEB'

red 198 ◦ green 45 ◦ blue 235

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

Shades of Medium Orchid #C62DEB

Tints of Medium Orchid #C62DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.41%

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

R = 41.42%
G = 9.41%
B = 49.16%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C62DEB (or 0xC62DEB) is known color: Medium Orchid. HEX triplet: C6, 2D and EB. RGB value is (198,45,235). Sum of RGB (Red+Green+Blue) = 198+45+235=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #C62DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DEB is #39D214. Grayscale: #6F6F6F. Windows color (decimal): -3789333 or 15412678. OLE color: 15412678.

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

Color convert

RGB 198 45 235 -
CMYK 0.16 0.81 0 0.08
HSL 288.32º 0.83% 0.55% -
HSV(B) 288.32º 0.81% 0.92% -
XYZ 39.22 19.88 80.37 -
YUV 112.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 198 45 235 0.16 0.81 0 0.08 288.32 0.83 0.55
Hex C6 2D EB 10 51 0 8 120 53 37
Octal 306 55 353 20 121 0 10 440 123 67
Binary 11000110 101101 11101011 10000 1010001 0 1000 100100000 1010011 110111

Color Harmonies of #C62DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DEB

Black with #C62DEB

Text Example


Text Example

White with #C62DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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