#C02BDD

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

Shades of Medium Orchid #C02BDD

Tints of Medium Orchid #C02BDD

Color information

#C02BDD (or 0xC02BDD) is unknown color: approx Medium Orchid. HEX triplet: C0, 2B and DD. RGB value is (192,43,221). Sum of RGB (Red+Green+Blue) = 192+43+221=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #C02BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BDD is #3FD422. Grayscale: #6B6B6B. Windows color (decimal): -4183075 or 14494656. OLE color: 14494656.

HSL color Cylindrical-coordinate representation of color #C02BDD: hue angle of 290.22º 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 #C02BDD is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19243221-
CMYK0.130.8100.13
HSL290.22º72.36%51.76%-
HSV(B)290.22º80.54%86.67%-
XYZ35.6518.1570.03-
YUV107.84191.86188.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 43 (17.19% from 255) = 9.43%
BLUE value IS 221 (86.72% from 255) = 48.46%
R=42.11%
G=9.43%
B=48.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192432210.130.8100.13290.2272.3651.76
HexC02BDDD510D1224834
Octal300533351512101544211064
Binary110000001010111101110111011010001011011001000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02BDD; }

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

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

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

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

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

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

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

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