Html Css Color HEX #C02BDC Medium Orchid

📋 copy color: '#C02BDC'

red 192 ◦ green 43 ◦ blue 220

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

Shades of Medium Orchid #C02BDC

Tints of Medium Orchid #C02BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 42.2%
G = 9.45%
B = 48.35%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C02BDC (or 0xC02BDC) is known color: Medium Orchid. HEX triplet: C0, 2B and DC. RGB value is (192,43,220). Sum of RGB (Red+Green+Blue) = 192+43+220=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #C02BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BDC is #3FD423. Grayscale: #6B6B6B. Windows color (decimal): -4183076 or 14429120. OLE color: 14429120.

HSL color Cylindrical-coordinate representation of color #C02BDC: hue angle of 290.51º degrees, saturation: 0.72, 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 #C02BDC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 43 220 -
CMYK 0.13 0.80 0 0.14
HSL 290.51º 0.72% 0.52% -
HSV(B) 290.51º 0.8% 0.86% -
XYZ 35.52 18.1 69.33 -
YUV 107.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 192 43 220 0.13 0.80 0 0.14 290.51 0.72 0.52
Hex C0 2B DC D 50 0 E 123 48 34
Octal 300 53 334 15 120 0 16 443 110 64
Binary 11000000 101011 11011100 1101 1010000 0 1110 100100011 1001000 110100

Color Harmonies of #C02BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BDC

Black with #C02BDC

Text Example


Text Example

White with #C02BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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