Html Css Color HEX #C04FEB Medium Orchid

📋 copy color: '#C04FEB'

red 192 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #C04FEB

Tints of Medium Orchid #C04FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.61%

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 37.94%
G = 15.61%
B = 46.44%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C04FEB (or 0xC04FEB) is known color: Medium Orchid. HEX triplet: C0, 4F and EB. RGB value is (192,79,235). Sum of RGB (Red+Green+Blue) = 192+79+235=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #C04FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FEB is #3FB014. Grayscale: #828282. Windows color (decimal): -4173845 or 15421376. OLE color: 15421376.

HSL color Cylindrical-coordinate representation of color #C04FEB: hue angle of 283.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04FEB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 79 235 -
CMYK 0.18 0.66 0 0.08
HSL 283.46º 0.8% 0.62% -
HSV(B) 283.46º 0.66% 0.92% -
XYZ 39.53 22.8 80.91 -
YUV 130.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 192 79 235 0.18 0.66 0 0.08 283.46 0.8 0.62
Hex C0 4F EB 12 42 0 8 11B 50 3E
Octal 300 117 353 22 102 0 10 433 120 76
Binary 11000000 1001111 11101011 10010 1000010 0 1000 100011011 1010000 111110

Color Harmonies of #C04FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FEB

Black with #C04FEB

Text Example


Text Example

White with #C04FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FEB; }

 p { color: rgb(192,79,235); }

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

background-color css

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

 a { background-color: rgb(192,79,235); }

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

border-color css

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

 span { border-color: rgb(192,79,235); }

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