Html Css Color HEX #C02CD2 Medium Orchid

📋 copy color: '#C02CD2'

red 192 ◦ green 44 ◦ blue 210

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

Shades of Medium Orchid #C02CD2

Tints of Medium Orchid #C02CD2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.87%

 BLUE value IS 210 (82.42% from 255) = 47.09%

R = 43.05%
G = 9.87%
B = 47.09%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C02CD2 (or 0xC02CD2) is known color: Medium Orchid. HEX triplet: C0, 2C and D2. RGB value is (192,44,210). Sum of RGB (Red+Green+Blue) = 192+44+210=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #C02CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CD2 is #3FD32D. Grayscale: #6A6A6A. Windows color (decimal): -4182830 or 13774016. OLE color: 13774016.

HSL color Cylindrical-coordinate representation of color #C02CD2: hue angle of 293.49º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02CD2 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 44 210 -
CMYK 0.09 0.79 0 0.18
HSL 293.49º 0.65% 0.5% -
HSV(B) 293.49º 0.79% 0.82% -
XYZ 34.27 17.66 62.58 -
YUV 107.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 192 44 210 0.09 0.79 0 0.18 293.49 0.65 0.5
Hex C0 2C D2 9 4F 0 12 125 41 32
Octal 300 54 322 11 117 0 22 445 101 62
Binary 11000000 101100 11010010 1001 1001111 0 10010 100100101 1000001 110010

Color Harmonies of #C02CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CD2

Black with #C02CD2

Text Example


Text Example

White with #C02CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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