Html Css Color HEX #C62BE0 Medium Orchid

📋 copy color: '#C62BE0'

red 198 ◦ green 43 ◦ blue 224

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

Shades of Medium Orchid #C62BE0

Tints of Medium Orchid #C62BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.25%

 BLUE value IS 224 (87.89% from 255) = 48.17%

R = 42.58%
G = 9.25%
B = 48.17%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C62BE0 (or 0xC62BE0) is known color: Medium Orchid. HEX triplet: C6, 2B and E0. RGB value is (198,43,224). Sum of RGB (Red+Green+Blue) = 198+43+224=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #C62BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BE0 is #39D41F. Grayscale: #6D6D6D. Windows color (decimal): -3789856 or 14691270. OLE color: 14691270.

HSL color Cylindrical-coordinate representation of color #C62BE0: hue angle of 291.38º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62BE0 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 43 224 -
CMYK 0.12 0.81 0 0.12
HSL 291.38º 0.74% 0.52% -
HSV(B) 291.38º 0.81% 0.88% -
XYZ 37.61 19.12 72.23 -
YUV 109.98 192.35 190.78 -
System Red Green Blue C M Y K H S L
Decimal 198 43 224 0.12 0.81 0 0.12 291.38 0.74 0.52
Hex C6 2B E0 C 51 0 C 123 4A 34
Octal 306 53 340 14 121 0 14 443 112 64
Binary 11000110 101011 11100000 1100 1010001 0 1100 100100011 1001010 110100

Color Harmonies of #C62BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BE0

Black with #C62BE0

Text Example


Text Example

White with #C62BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BE0; }

 p { color: rgb(198,43,224); }

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

background-color css

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

 a { background-color: rgb(198,43,224); }

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

border-color css

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

 span { border-color: rgb(198,43,224); }

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