Html Css Color HEX #C04DFB Medium Orchid

📋 copy color: '#C04DFB'

red 192 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #C04DFB

Tints of Medium Orchid #C04DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.81%

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 36.92%
G = 14.81%
B = 48.27%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C04DFB (or 0xC04DFB) is known color: Medium Orchid. HEX triplet: C0, 4D and FB. RGB value is (192,77,251). Sum of RGB (Red+Green+Blue) = 192+77+251=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #C04DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DFB is #3FB204. Grayscale: #828282. Windows color (decimal): -4174341 or 16469440. OLE color: 16469440.

HSL color Cylindrical-coordinate representation of color #C04DFB: hue angle of 279.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04DFB is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 77 251 -
CMYK 0.24 0.69 0 0.02
HSL 279.66º 0.96% 0.64% -
HSV(B) 279.66º 0.69% 0.98% -
XYZ 41.8 23.48 93.6 -
YUV 131.22 195.6 171.35 -
System Red Green Blue C M Y K H S L
Decimal 192 77 251 0.24 0.69 0 0.02 279.66 0.96 0.64
Hex C0 4D FB 18 45 0 2 118 60 40
Octal 300 115 373 30 105 0 2 430 140 100
Binary 11000000 1001101 11111011 11000 1000101 0 10 100011000 1100000 1000000

Color Harmonies of #C04DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DFB

Black with #C04DFB

Text Example


Text Example

White with #C04DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DFB; }

 p { color: rgb(192,77,251); }

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

background-color css

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

 a { background-color: rgb(192,77,251); }

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

border-color css

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

 span { border-color: rgb(192,77,251); }

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