Html Css Color HEX #C04BEF Medium Orchid

📋 copy color: '#C04BEF'

red 192 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #C04BEF

Tints of Medium Orchid #C04BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 37.94%
G = 14.82%
B = 47.23%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C04BEF (or 0xC04BEF) is known color: Medium Orchid. HEX triplet: C0, 4B and EF. RGB value is (192,75,239). Sum of RGB (Red+Green+Blue) = 192+75+239=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #C04BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BEF is #3FB410. Grayscale: #808080. Windows color (decimal): -4174865 or 15682496. OLE color: 15682496.

HSL color Cylindrical-coordinate representation of color #C04BEF: hue angle of 282.8º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04BEF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 75 239 -
CMYK 0.20 0.69 0 0.06
HSL 282.8º 0.84% 0.62% -
HSV(B) 282.8º 0.69% 0.94% -
XYZ 39.83 22.47 83.9 -
YUV 128.68 190.26 173.16 -
System Red Green Blue C M Y K H S L
Decimal 192 75 239 0.20 0.69 0 0.06 282.8 0.84 0.62
Hex C0 4B EF 14 45 0 6 11B 54 3E
Octal 300 113 357 24 105 0 6 433 124 76
Binary 11000000 1001011 11101111 10100 1000101 0 110 100011011 1010100 111110

Color Harmonies of #C04BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BEF

Black with #C04BEF

Text Example


Text Example

White with #C04BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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