#C62CDD

Color #C62CDD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C62CDD

Tints of Medium Orchid #C62CDD

Color information

#C62CDD (or 0xC62CDD) is unknown color: approx Medium Orchid. HEX triplet: C6, 2C and DD. RGB value is (198,44,221). Sum of RGB (Red+Green+Blue) = 198+44+221=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C62CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CDD is #39D322. Grayscale: #6D6D6D. Windows color (decimal): -3789603 or 14494918. OLE color: 14494918.

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

Color convert

RGB19844221-
CMYK0.100.8000.13
HSL292.2º72.24%51.96%-
HSV(B)292.2º80.09%86.67%-
XYZ37.2419.0370.12-
YUV110.22190.52190.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 44 (17.58% from 255) = 9.50%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=42.76%
G=9.50%
B=47.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198442210.100.8000.13292.272.2451.96
HexC62CDDA500D1244834
Octal306543351212001544411064
Binary110001101011001101110110101010000011011001001001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62CDD; }

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

 H1.HeaderClassName
 {
   color: #C62CDD;
 }
 .AnyTagClassName
 {
   color: #C62CDD;
 }
</style>
background-color css

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

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

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

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

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

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