Html Css Color HEX #C02FDB Medium Orchid

📋 copy color: '#C02FDB'

red 192 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #C02FDB

Tints of Medium Orchid #C02FDB

RGB

 RED value IS 192 (75.39% from 255) = 41.92%

 GREEN value IS 47 (18.75% from 255) = 10.26%

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 41.92%
G = 10.26%
B = 47.82%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C02FDB (or 0xC02FDB) is known color: Medium Orchid. HEX triplet: C0, 2F and DB. RGB value is (192,47,219). Sum of RGB (Red+Green+Blue) = 192+47+219=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #C02FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FDB is #3FD024. Grayscale: #6D6D6D. Windows color (decimal): -4182053 or 14364608. OLE color: 14364608.

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

Color convert

RGB 192 47 219 -
CMYK 0.12 0.79 0 0.14
HSL 290.58º 0.7% 0.52% -
HSV(B) 290.58º 0.79% 0.86% -
XYZ 35.54 18.35 68.69 -
YUV 109.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 192 47 219 0.12 0.79 0 0.14 290.58 0.7 0.52
Hex C0 2F DB C 4F 0 E 123 46 34
Octal 300 57 333 14 117 0 16 443 106 64
Binary 11000000 101111 11011011 1100 1001111 0 1110 100100011 1000110 110100

Color Harmonies of #C02FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FDB

Black with #C02FDB

Text Example


Text Example

White with #C02FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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