Html Css Color HEX #C04BFE Medium Orchid

📋 copy color: '#C04BFE'

red 192 ◦ green 75 ◦ blue 254

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

Shades of Medium Orchid #C04BFE

Tints of Medium Orchid #C04BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.4%

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 36.85%
G = 14.4%
B = 48.75%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C04BFE (or 0xC04BFE) is known color: Medium Orchid. HEX triplet: C0, 4B and FE. RGB value is (192,75,254). Sum of RGB (Red+Green+Blue) = 192+75+254=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #C04BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BFE is #3FB401. Grayscale: #818181. Windows color (decimal): -4174850 or 16665536. OLE color: 16665536.

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

Color convert

RGB 192 75 254 -
CMYK 0.24 0.70 0 0.00
HSL 279.22º 0.99% 0.65% -
HSV(B) 279.22º 0.7% 1% -
XYZ 42.14 23.39 96.06 -
YUV 130.39 197.76 171.95 -
System Red Green Blue C M Y K H S L
Decimal 192 75 254 0.24 0.70 0 0.00 279.22 0.99 0.65
Hex C0 4B FE 18 46 0 0 117 63 41
Octal 300 113 376 30 106 0 0 427 143 101
Binary 11000000 1001011 11111110 11000 1000110 0 0 100010111 1100011 1000001

Color Harmonies of #C04BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BFE

Black with #C04BFE

Text Example


Text Example

White with #C04BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BFE; }

 p { color: rgb(192,75,254); }

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

background-color css

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

 a { background-color: rgb(192,75,254); }

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

border-color css

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

 span { border-color: rgb(192,75,254); }

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