#C02CDB

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

Shades of Medium Orchid #C02CDB

Tints of Medium Orchid #C02CDB

Color information

#C02CDB (or 0xC02CDB) is unknown color: approx Medium Orchid. HEX triplet: C0, 2C and DB. RGB value is (192,44,219). Sum of RGB (Red+Green+Blue) = 192+44+219=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #C02CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CDB is #3FD324. Grayscale: #6B6B6B. Windows color (decimal): -4182821 or 14363840. OLE color: 14363840.

HSL color Cylindrical-coordinate representation of color #C02CDB: hue angle of 290.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02CDB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19244219-
CMYK0.120.8000.14
HSL290.74º70.85%51.57%-
HSV(B)290.74º79.91%85.88%-
XYZ35.4318.1268.65-
YUV108.2190.53187.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 44 (17.58% from 255) = 9.67%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=42.20%
G=9.67%
B=48.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192442190.120.8000.14290.7470.8551.57
HexC02CDBC500E1234734
Octal300543331412001644310764
Binary110000001011001101101111001010000011101001000111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02CDB; }

 p { color: rgb(192,44,219); }

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

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

 a { background-color: rgb(192,44,219); }

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

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

 span { border-color: rgb(192,44,219); }

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