Html Css Color HEX #C62BDA Medium Orchid

📋 copy color: '#C62BDA'

red 198 ◦ green 43 ◦ blue 218

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

Shades of Medium Orchid #C62BDA

Tints of Medium Orchid #C62BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 43.14%
G = 9.37%
B = 47.49%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C62BDA (or 0xC62BDA) is known color: Medium Orchid. HEX triplet: C6, 2B and DA. RGB value is (198,43,218). Sum of RGB (Red+Green+Blue) = 198+43+218=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #C62BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BDA is #39D425. Grayscale: #6C6C6C. Windows color (decimal): -3789862 or 14298054. OLE color: 14298054.

HSL color Cylindrical-coordinate representation of color #C62BDA: hue angle of 293.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62BDA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 43 218 -
CMYK 0.09 0.80 0 0.15
HSL 293.14º 0.7% 0.51% -
HSV(B) 293.14º 0.8% 0.85% -
XYZ 36.81 18.8 68.02 -
YUV 109.3 189.35 191.27 -
System Red Green Blue C M Y K H S L
Decimal 198 43 218 0.09 0.80 0 0.15 293.14 0.7 0.51
Hex C6 2B DA 9 50 0 F 125 46 33
Octal 306 53 332 11 120 0 17 445 106 63
Binary 11000110 101011 11011010 1001 1010000 0 1111 100100101 1000110 110011

Color Harmonies of #C62BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BDA

Black with #C62BDA

Text Example


Text Example

White with #C62BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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