Html Css Color HEX #C04AFF Medium Orchid

📋 copy color: '#C04AFF'

red 192 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #C04AFF

Tints of Medium Orchid #C04AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.2%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 36.85%
G = 14.2%
B = 48.94%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C04AFF (or 0xC04AFF) is known color: Medium Orchid. HEX triplet: C0, 4A and FF. RGB value is (192,74,255). Sum of RGB (Red+Green+Blue) = 192+74+255=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C04AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04AFF is #3FB500. Grayscale: #818181. Windows color (decimal): -4175105 or 16730816. OLE color: 16730816.

HSL color Cylindrical-coordinate representation of color #C04AFF: hue angle of 279.12º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C04AFF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 74 255 -
CMYK 0.25 0.71 0 0
HSL 279.12º 1% 0.65% -
HSV(B) 279.12º 0.71% 1% -
XYZ 42.24 23.32 96.88 -
YUV 129.92 198.59 172.28 -
System Red Green Blue C M Y K H S L
Decimal 192 74 255 0.25 0.71 0 0 279.12 1 0.65
Hex C0 4A FF 19 47 0 0 117 64 41
Octal 300 112 377 31 107 0 0 427 144 101
Binary 11000000 1001010 11111111 11001 1000111 0 0 100010111 1100100 1000001

Color Harmonies of #C04AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AFF

Black with #C04AFF

Text Example


Text Example

White with #C04AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AFF; }

 p { color: rgb(192,74,255); }

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

background-color css

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

 a { background-color: rgb(192,74,255); }

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

border-color css

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

 span { border-color: rgb(192,74,255); }

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