Html Css Color HEX #C02CDA Medium Orchid

📋 copy color: '#C02CDA'

red 192 ◦ green 44 ◦ blue 218

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

Shades of Medium Orchid #C02CDA

Tints of Medium Orchid #C02CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 42.29%
G = 9.69%
B = 48.02%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C02CDA (or 0xC02CDA) is known color: Medium Orchid. HEX triplet: C0, 2C and DA. RGB value is (192,44,218). Sum of RGB (Red+Green+Blue) = 192+44+218=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #C02CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CDA is #3FD325. Grayscale: #6B6B6B. Windows color (decimal): -4182822 or 14298304. OLE color: 14298304.

HSL color Cylindrical-coordinate representation of color #C02CDA: hue angle of 291.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02CDA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 44 218 -
CMYK 0.12 0.80 0 0.15
HSL 291.03º 0.7% 0.51% -
HSV(B) 291.03º 0.8% 0.85% -
XYZ 35.29 18.07 67.96 -
YUV 108.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 192 44 218 0.12 0.80 0 0.15 291.03 0.7 0.51
Hex C0 2C DA C 50 0 F 123 46 33
Octal 300 54 332 14 120 0 17 443 106 63
Binary 11000000 101100 11011010 1100 1010000 0 1111 100100011 1000110 110011

Color Harmonies of #C02CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CDA

Black with #C02CDA

Text Example


Text Example

White with #C02CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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