Html Css Color HEX #C62BDD Medium Orchid

📋 copy color: '#C62BDD'

red 198 ◦ green 43 ◦ blue 221

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

Shades of Medium Orchid #C62BDD

Tints of Medium Orchid #C62BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 42.86%
G = 9.31%
B = 47.84%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C62BDD (or 0xC62BDD) is known color: Medium Orchid. HEX triplet: C6, 2B and DD. RGB value is (198,43,221). Sum of RGB (Red+Green+Blue) = 198+43+221=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C62BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BDD is #39D422. Grayscale: #6D6D6D. Windows color (decimal): -3789859 or 14494662. OLE color: 14494662.

HSL color Cylindrical-coordinate representation of color #C62BDD: hue angle of 292.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62BDD is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 43 221 -
CMYK 0.10 0.81 0 0.13
HSL 292.25º 0.72% 0.52% -
HSV(B) 292.25º 0.81% 0.87% -
XYZ 37.2 18.95 70.1 -
YUV 109.64 190.85 191.03 -
System Red Green Blue C M Y K H S L
Decimal 198 43 221 0.10 0.81 0 0.13 292.25 0.72 0.52
Hex C6 2B DD A 51 0 D 124 48 34
Octal 306 53 335 12 121 0 15 444 110 64
Binary 11000110 101011 11011101 1010 1010001 0 1101 100100100 1001000 110100

Color Harmonies of #C62BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BDD

Black with #C62BDD

Text Example


Text Example

White with #C62BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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