Html Css Color HEX #C02BD1 Medium Orchid

📋 copy color: '#C02BD1'

red 192 ◦ green 43 ◦ blue 209

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

Shades of Medium Orchid #C02BD1

Tints of Medium Orchid #C02BD1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.68%

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

R = 43.24%
G = 9.68%
B = 47.07%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C02BD1 (or 0xC02BD1) is known color: Medium Orchid. HEX triplet: C0, 2B and D1. RGB value is (192,43,209). Sum of RGB (Red+Green+Blue) = 192+43+209=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #C02BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BD1 is #3FD42E. Grayscale: #696969. Windows color (decimal): -4183087 or 13708224. OLE color: 13708224.

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

Color convert

RGB 192 43 209 -
CMYK 0.08 0.79 0 0.18
HSL 293.86º 0.66% 0.49% -
HSV(B) 293.86º 0.79% 0.82% -
XYZ 34.11 17.54 61.91 -
YUV 106.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 192 43 209 0.08 0.79 0 0.18 293.86 0.66 0.49
Hex C0 2B D1 8 4F 0 12 126 42 31
Octal 300 53 321 10 117 0 22 446 102 61
Binary 11000000 101011 11010001 1000 1001111 0 10010 100100110 1000010 110001

Color Harmonies of #C02BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BD1

Black with #C02BD1

Text Example


Text Example

White with #C02BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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