Html Css Color HEX #C04CFF Medium Orchid

📋 copy color: '#C04CFF'

red 192 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #C04CFF

Tints of Medium Orchid #C04CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.53%

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

R = 36.71%
G = 14.53%
B = 48.76%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C04CFF (or 0xC04CFF) is known color: Medium Orchid. HEX triplet: C0, 4C and FF. RGB value is (192,76,255). Sum of RGB (Red+Green+Blue) = 192+76+255=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #C04CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CFF is #3FB300. Grayscale: #828282. Windows color (decimal): -4174593 or 16731328. OLE color: 16731328.

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

Color convert

RGB 192 76 255 -
CMYK 0.25 0.70 0 0
HSL 278.88º 1% 0.65% -
HSV(B) 278.88º 0.7% 1% -
XYZ 42.37 23.6 96.93 -
YUV 131.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 192 76 255 0.25 0.70 0 0 278.88 1 0.65
Hex C0 4C FF 19 46 0 0 117 64 41
Octal 300 114 377 31 106 0 0 427 144 101
Binary 11000000 1001100 11111111 11001 1000110 0 0 100010111 1100100 1000001

Color Harmonies of #C04CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CFF

Black with #C04CFF

Text Example


Text Example

White with #C04CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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