Html Css Color HEX #C02DD1 Medium Orchid

📋 copy color: '#C02DD1'

red 192 ◦ green 45 ◦ blue 209

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

Shades of Medium Orchid #C02DD1

Tints of Medium Orchid #C02DD1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.09%

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 43.05%
G = 10.09%
B = 46.86%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C02DD1 (or 0xC02DD1) is known color: Medium Orchid. HEX triplet: C0, 2D and D1. RGB value is (192,45,209). Sum of RGB (Red+Green+Blue) = 192+45+209=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #C02DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DD1 is #3FD22E. Grayscale: #6B6B6B. Windows color (decimal): -4182575 or 13708736. OLE color: 13708736.

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

Color convert

RGB 192 45 209 -
CMYK 0.08 0.78 0 0.18
HSL 293.78º 0.65% 0.5% -
HSV(B) 293.78º 0.78% 0.82% -
XYZ 34.19 17.69 61.93 -
YUV 107.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 192 45 209 0.08 0.78 0 0.18 293.78 0.65 0.5
Hex C0 2D D1 8 4E 0 12 126 41 32
Octal 300 55 321 10 116 0 22 446 101 62
Binary 11000000 101101 11010001 1000 1001110 0 10010 100100110 1000001 110010

Color Harmonies of #C02DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02DD1

Black with #C02DD1

Text Example


Text Example

White with #C02DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02DD1; }

 p { color: rgb(192,45,209); }

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

background-color css

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

 a { background-color: rgb(192,45,209); }

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

border-color css

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

 span { border-color: rgb(192,45,209); }

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