Html Css Color HEX #C02FD5 Medium Orchid

📋 copy color: '#C02FD5'

red 192 ◦ green 47 ◦ blue 213

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

Shades of Medium Orchid #C02FD5

Tints of Medium Orchid #C02FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.4%

 BLUE value IS 213 (83.59% from 255) = 47.12%

R = 42.48%
G = 10.4%
B = 47.12%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C02FD5 (or 0xC02FD5) is known color: Medium Orchid. HEX triplet: C0, 2F and D5. RGB value is (192,47,213). Sum of RGB (Red+Green+Blue) = 192+47+213=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #C02FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FD5 is #3FD02A. Grayscale: #6C6C6C. Windows color (decimal): -4182059 or 13971392. OLE color: 13971392.

HSL color Cylindrical-coordinate representation of color #C02FD5: hue angle of 292.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02FD5 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 47 213 -
CMYK 0.10 0.78 0 0.16
HSL 292.41º 0.66% 0.51% -
HSV(B) 292.41º 0.78% 0.84% -
XYZ 34.76 18.04 64.6 -
YUV 109.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 192 47 213 0.10 0.78 0 0.16 292.41 0.66 0.51
Hex C0 2F D5 A 4E 0 10 124 42 33
Octal 300 57 325 12 116 0 20 444 102 63
Binary 11000000 101111 11010101 1010 1001110 0 10000 100100100 1000010 110011

Color Harmonies of #C02FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FD5

Black with #C02FD5

Text Example


Text Example

White with #C02FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FD5; }

 p { color: rgb(192,47,213); }

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

background-color css

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

 a { background-color: rgb(192,47,213); }

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

border-color css

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

 span { border-color: rgb(192,47,213); }

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