Html Css Color HEX #C02FDE Medium Orchid

📋 copy color: '#C02FDE'

red 192 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #C02FDE

Tints of Medium Orchid #C02FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 41.65%
G = 10.2%
B = 48.16%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C02FDE (or 0xC02FDE) is known color: Medium Orchid. HEX triplet: C0, 2F and DE. RGB value is (192,47,222). Sum of RGB (Red+Green+Blue) = 192+47+222=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #C02FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FDE is #3FD021. Grayscale: #6D6D6D. Windows color (decimal): -4182050 or 14561216. OLE color: 14561216.

HSL color Cylindrical-coordinate representation of color #C02FDE: hue angle of 289.71º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02FDE is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 47 222 -
CMYK 0.14 0.79 0 0.13
HSL 289.71º 0.73% 0.53% -
HSV(B) 289.71º 0.79% 0.87% -
XYZ 35.94 18.51 70.79 -
YUV 110.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 192 47 222 0.14 0.79 0 0.13 289.71 0.73 0.53
Hex C0 2F DE E 4F 0 D 122 49 35
Octal 300 57 336 16 117 0 15 442 111 65
Binary 11000000 101111 11011110 1110 1001111 0 1101 100100010 1001001 110101

Color Harmonies of #C02FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FDE

Black with #C02FDE

Text Example


Text Example

White with #C02FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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